Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Data Structures | Typedefs
Bnd_B3.hxx File Reference
#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
 

Typedef Documentation

◆ Bnd_B3d

3D bounding box with double precision

◆ Bnd_B3f

3D bounding box with single precision