SOFUS ..
|
Bounding box. More...
#include <smath_types.hpp>
Public Attributes | |
point_t< T > | min |
Boundary minimum. More... | |
point_t< T > | max |
Boundary maximum. More... | |
Bounding box.
The bounding box is used for fast parallel computation and to optimize the cache usage.
point_t<T> max |
Boundary maximum.
Referenced by sps::clamp_vector(), sps::compute_bounding_box3(), sps::compute_bounding_box_circle(), sps::dists_most_distant_and_closest(), sps::farthest_point_on_bbox(), and sps::point_inside_box().
point_t<T> min |
Boundary minimum.
Referenced by sps::clamp_vector(), sps::compute_bounding_box3(), sps::compute_bounding_box_circle(), sps::dists_most_distant_and_closest(), sps::farthest_point_on_bbox(), and sps::point_inside_box().