|
Public Member Functions |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | gce_MakeRotation (const gp_Lin &Line, const Standard_Real Angle) |
| Constructs a rotation through angle Angle about the axis defined by the line Line.
.
|
Standard_EXPORT | gce_MakeRotation (const gp_Ax1 &Axis, const Standard_Real Angle) |
| Constructs a rotation through angle Angle about the axis defined by the axis Axis.
.
|
Standard_EXPORT | gce_MakeRotation (const gp_Pnt &Point, const gp_Dir &Direc, const Standard_Real Angle) |
| Constructs a rotation through angle Angle about the axis defined by:
the point Point and the unit vector Direc.
.
|
Standard_EXPORT const gp_Trsf & | Value () const |
| Returns the constructed transformation.
.
|
Standard_EXPORT const gp_Trsf & | Operator () const |
Standard_EXPORT | operator gp_Trsf () const |
Private Attributes |
gp_Trsf | TheRotation |