This class implements elementary construction algorithms for a symmetrical transformation in 2D space about a point or axis. The result is a Geom2d_Transformation transformation. A MakeMirror object provides a framework for:
More...
#include <GCE2d_MakeMirror.hxx>
This class implements elementary construction algorithms for a symmetrical transformation in 2D space about a point or axis. The result is a Geom2d_Transformation transformation. A MakeMirror object provides a framework for:
- defining the construction of the transformation,
- implementing the construction algorithm, and
- consulting the result.
◆ GCE2d_MakeMirror() [1/4]
GCE2d_MakeMirror::GCE2d_MakeMirror |
( |
const gp_Pnt2d & | Point | ) |
|
◆ GCE2d_MakeMirror() [2/4]
GCE2d_MakeMirror::GCE2d_MakeMirror |
( |
const gp_Ax2d & | Axis | ) |
|
◆ GCE2d_MakeMirror() [3/4]
GCE2d_MakeMirror::GCE2d_MakeMirror |
( |
const gp_Lin2d & | Line | ) |
|
◆ GCE2d_MakeMirror() [4/4]
GCE2d_MakeMirror::GCE2d_MakeMirror |
( |
const gp_Pnt2d & | Point, |
|
|
const gp_Dir2d & | Direc ) |
Make a symmetry transformation af axis defined by <Point> and <Direc>.
◆ operator const Handle< Geom2d_Transformation > &()
◆ Value()
Returns the constructed transformation.
The documentation for this class was generated from the following file: