|
Public Member Functions |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | GC_MakeTranslation (const gp_Vec &Vect) |
| Constructs a translation along the vector " Vect "
.
|
Standard_EXPORT | GC_MakeTranslation (const gp_Pnt &Point1, const gp_Pnt &Point2) |
| Constructs a translation along the vector (Point1,Point2)
defined from the point Point1 to the point Point2.
.
|
Standard_EXPORT const Handle_Geom_Transformation & | Value () const |
| Returns the constructed transformation.
.
|
Standard_EXPORT const Handle_Geom_Transformation & | Operator () const |
Standard_EXPORT | operator Handle_Geom_Transformation () const |
Private Attributes |
Handle_Geom_Transformation | TheTranslation |