Hide menu
Loading...
Searching...
No Matches
cadex::ModelData_Point2d Class Reference

Defines a 2D point. More...

#include <cadex/ModelData_Point2d.hxx>

Inherits cadex::internal::ModelData_BasePoint2d< T >.

Public Member Functions

 ModelData_Point2d (const ModelData_XY &theOther)
 Constructor.
 
 ModelData_Point2d (const internal::ModelData_BaseXY< ModelData_Point2dd::ValueType > &theOther)
 Constructor.
 
 ModelData_Point2d (const ModelData_Point2dd &theOther)
 Constructor.
 
 ModelData_Point2d (double theX, double theY)
 Constructor.
 
 ModelData_Point2d (const gp_Pnt2d &)
 
 operator const gp_Pnt2d & () const
 
 operator gp_Pnt2d & ()
 
ModelData_Point2doperator= (const gp_Pnt2d &)
 
void Transform (const ModelData_Transformation2d &theTransformation)
 
ModelData_Point2d Transformed (const ModelData_Transformation2d &theTransformation) const
 

Static Public Member Functions

static const ModelData_Point2dOrigin ()
 

Detailed Description