Expand description
Primitives over signed integers Integer Interval and Aabb primitives.
Note that unlike Aabbs over scalar types, Aabbs over Integers are closed
(they include their boundary points). This means that there can be
degenerate Aabbs containing a single point (when min = max
), or line or
plane in higher dimensions.
Structs§
Functions§
- point2_
max - Coordinate-wise max
- point2_
max_ value - Maximum representable point
- point2_
min - Coordinate-wise min
- point2_
min_ value - Minimum representable point
- point3_
max - Coordinate-wise max
- point3_
max_ value - Maximum representable point
- point3_
min - Coordinate-wise min
- point3_
min_ value - Minimum representable point