|
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | GC_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 | GC_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 | GC_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 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 | TheRotation |