Browse Source

Math: make Range searchable under AABB.

pull/494/head
Vladimír Vondruš 5 years ago
parent
commit
c0e8d4c00b
  1. 4
      src/Magnum/Math/Range.h

4
src/Magnum/Math/Range.h

@ -47,7 +47,9 @@ namespace Implementation {
/** /**
@brief N-dimensional range @brief N-dimensional range
Axis-aligned line (in 1D), rectangle (in 2D) or cube (in 3D). The minimal @m_keywords{AABB}
Axis-aligned line (in 1D), rectangle (in 2D) or box (in 3D). The minimal
coordinate is inclusive, maximal exclusive. See @ref Range1D, @ref Range2D and coordinate is inclusive, maximal exclusive. See @ref Range1D, @ref Range2D and
@ref Range3D specializations for given dimension count. @ref Range3D specializations for given dimension count.

Loading…
Cancel
Save