Ocean
Loading...
Searching...
No Matches
Box3.h File Reference

Go to the source code of this file.

Data Structures

class  Ocean::BoxT3< T >
 This class implements an axis aligned 3D bounding box. More...
 

Namespaces

namespace  Ocean
 The namespace covering the entire Ocean framework.
 

Typedefs

using Ocean::Box3 = BoxT3< Scalar >
 Definition of the Box3 object, depending on the OCEAN_MATH_USE_SINGLE_PRECISION either with single or double precision float data type.
 
using Ocean::BoxD3 = BoxT3< double >
 Instantiation of the BoxT3 template class using a double precision float data type.
 
using Ocean::BoxF3 = BoxT3< float >
 Instantiation of the BoxT3 template class using a single precision float data type.
 
template<typename T >
using Ocean::BoxesT3 = std::vector< BoxT3< T > >
 Definition of a typename alias for vectors with BoxT3 objects.
 
using Ocean::Boxes3 = std::vector< Box3 >
 Definition of a vector holding Box3 objects.