|
|
| template<typename T , int NDIMS> |
| bool | axom::primal::operator== (const OrientedBoundingBox< T, NDIMS > &lhs, const OrientedBoundingBox< T, NDIMS > &rhs) |
| | Equality comparison operator for oriented bounding boxes. More...
|
| |
| template<typename T , int NDIMS> |
| bool | axom::primal::operator!= (const OrientedBoundingBox< T, NDIMS > &lhs, const OrientedBoundingBox< T, NDIMS > &rhs) |
| | Inequality comparison operator for oriented bounding boxes. More...
|
| |
| template<typename T , int NDIMS> |
| std::ostream & | axom::primal::operator<< (std::ostream &os, const OrientedBoundingBox< T, NDIMS > &box) |
| | Overloaded output operator for oriented bounding boxes. More...
|
| |
| template<typename T , int NDIMS> |
| OrientedBoundingBox< T, NDIMS > | axom::primal::compute_oriented_bounding_box (const Point< T, NDIMS > *pts, int n) |
| | Creates a bounding box which contains the collection of passed in points. More...
|
| |