#include <gce_MakeMirror2d.hxx>
Public Member Functions | |
void * | operator new (size_t, void *anAddress) |
void * | operator new (size_t size) |
void | operator delete (void *anAddress) |
Standard_EXPORT | gce_MakeMirror2d (const gp_Pnt2d &Point) |
Standard_EXPORT | gce_MakeMirror2d (const gp_Ax2d &Axis) |
Standard_EXPORT | gce_MakeMirror2d (const gp_Lin2d &Line) |
Standard_EXPORT | gce_MakeMirror2d (const gp_Pnt2d &Point, const gp_Dir2d &Direc) |
Makes a symmetry transformation af axis defined by <point> and <direc>. . | |
Standard_EXPORT const gp_Trsf2d & | Value () const |
Returns the constructed transformation. . | |
Standard_EXPORT const gp_Trsf2d & | Operator () const |
Standard_EXPORT | operator gp_Trsf2d () const |
Private Attributes | |
gp_Trsf2d | TheMirror2d |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|