12 #ifndef BOUNDINGBOX_H_6014714286 13 #define BOUNDINGBOX_H_6014714286 15 #include <Carna/Carna.h> 44 const std::unique_ptr< Details > pimpl;
56 BoundingBox(
float width,
float height,
float depth );
77 void setSize(
float width,
float height,
float depth );
89 #endif // BOUNDINGBOX_H_6014714286 Defines Carna::base::BoundingVolume.
Defines a Geometry minimal boundary box.
Eigen::Matrix< float, 3, 1 > Vector3f
Defines vector.
Represents a Geometry minimal boundary volume of simple geometric shape. The volume is centered withi...