|
Public Member Functions |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Standard_EXPORT | GCE2d_MakeRotation (const gp_Pnt2d &Point, const Standard_Real Angle) |
| | Constructs a rotation through angle Angle about the center Point.
.
|
| Standard_EXPORT const Handle_Geom2d_Transformation & | Value () const |
| | Returns the constructed transformation.
.
|
| Standard_EXPORT const Handle_Geom2d_Transformation & | Operator () const |
| Standard_EXPORT | operator Handle_Geom2d_Transformation () const |
Private Attributes |
| Handle_Geom2d_Transformation | TheRotation |