|
Public Member Functions |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | GCE2d_MakeScale (const gp_Pnt2d &Point, const Standard_Real Scale) |
| Constructs a scaling transformation with
- Point as the center of the transformation, and
- Scale as the scale factor.
.
|
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 | TheScale |