![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
#include <Standard.hxx>#include <Standard_DefineAlloc.hxx>#include <Standard_Real.hxx>#include <Standard_ShortReal.hxx>#include <gp.hxx>#include <gp_XYZ.hxx>#include <gp_Pnt.hxx>#include <gp_Trsf.hxx>#include <gp_Ax1.hxx>#include <gp_Ax3.hxx>#include <array>Data Structures | |
| class | Bnd_B3< RealType > |
| Template class for 3D bounding box. This is a base template that is instantiated for double and float. More... | |
Typedefs | |
| using | Bnd_B3d = Bnd_B3<double> |
| 3D bounding box with double precision | |
| using | Bnd_B3f = Bnd_B3<float> |
| 3D bounding box with single precision | |