|
Public Member Functions |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | gce_MakeTranslation2d (const gp_Vec2d &Vect) |
| Constructs a translation along the vector Vect.
.
|
Standard_EXPORT | gce_MakeTranslation2d (const gp_Pnt2d &Point1, const gp_Pnt2d &Point2) |
| Constructs a translation along the vector
(Point1,Point2) defined from the point Point1 to the point Point2.
.
|
Standard_EXPORT const gp_Trsf2d & | Value () const |
| Returns the constructed transformation.
.
|
Standard_EXPORT const gp_Trsf2d & | Operator () const |
Standard_EXPORT | operator gp_Trsf2d () const |
Private Attributes |
gp_Trsf2d | TheTranslation2d |