Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Data Structures | Typedefs
Bnd_B2.hxx File Reference
#include <Standard.hxx>
#include <Standard_DefineAlloc.hxx>
#include <Standard_Real.hxx>
#include <Standard_ShortReal.hxx>
#include <gp_XY.hxx>
#include <gp_Pnt2d.hxx>
#include <gp_Trsf2d.hxx>
#include <gp_Ax2d.hxx>
#include <array>

Data Structures

class  Bnd_B2< RealType >
 Template class for 2D bounding box. This is a base template that is instantiated for double and float. More...
 

Typedefs

using Bnd_B2d = Bnd_B2<double>
 2D bounding box with double precision
 
using Bnd_B2f = Bnd_B2<float>
 2D bounding box with single precision
 

Typedef Documentation

◆ Bnd_B2d

2D bounding box with double precision

◆ Bnd_B2f

2D bounding box with single precision