This class mplements elementary construction algorithms for a
symmetrical transformation in 3D space about a point,
axis or plane. The result is a gp_Trsf transformation.
A MakeMirror object provides a framework for:
More...
#include <gce_MakeMirror.hxx>
Detailed Description
- defining the construction of the transformation,
- implementing the construction algorithm, and
- consulting the result.
Constructor & Destructor Documentation
| gce_MakeMirror::gce_MakeMirror |
( |
const gp_Pnt & |
Point | ) |
|
| gce_MakeMirror::gce_MakeMirror |
( |
const gp_Ax1 & |
Axis | ) |
|
| gce_MakeMirror::gce_MakeMirror |
( |
const gp_Lin & |
Line | ) |
|
| gce_MakeMirror::gce_MakeMirror |
( |
const gp_Pnt & |
Point, |
|
|
const gp_Dir & |
Direc |
|
) |
| |
| gce_MakeMirror::gce_MakeMirror |
( |
const gp_Pln & |
Plane | ) |
|
| gce_MakeMirror::gce_MakeMirror |
( |
const gp_Ax2 & |
Plane | ) |
|
Member Function Documentation
| const gp_Trsf& gce_MakeMirror::Operator |
( |
| ) |
const |
| void gce_MakeMirror::operator delete |
( |
void * |
anAddress | ) |
[inline] |
| gce_MakeMirror::operator gp_Trsf |
( |
| ) |
const |
| void* gce_MakeMirror::operator new |
( |
size_t |
, |
|
|
void * |
anAddress |
|
) |
| [inline] |
| void* gce_MakeMirror::operator new |
( |
size_t |
size | ) |
[inline] |
| const gp_Trsf& gce_MakeMirror::Value |
( |
| ) |
const |
The documentation for this class was generated from the following file: