|
Open CASCADE Technology 6.5.2
|
This class implements elementary construction algorithms for a
rotation in 3D space. The result is a
Geom_Transformation transformation.
A MakeRotation object provides a framework for:
More...
#include <GC_MakeRotation.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| GC_MakeRotation (const gp_Lin &Line, const Standard_Real Angle) | |
| Constructs a rotation through angle Angle about the axis defined by the line Line. | |
| GC_MakeRotation (const gp_Ax1 &Axis, const Standard_Real Angle) | |
| Constructs a rotation through angle Angle about the axis defined by the axis Axis. | |
| GC_MakeRotation (const gp_Pnt &Point, const gp_Dir &Direc, const Standard_Real Angle) | |
| Constructs a rotation through angle Angle about the axis defined by the point Point and the unit vector Direc. | |
| const Handle_Geom_Transformation & | Value () const |
| Returns the constructed transformation. | |
| const Handle_Geom_Transformation & | Operator () const |
| operator Handle_Geom_Transformation () const | |
| GC_MakeRotation::GC_MakeRotation | ( | const gp_Lin & | Line, |
| const Standard_Real | Angle | ||
| ) |
| GC_MakeRotation::GC_MakeRotation | ( | const gp_Ax1 & | Axis, |
| const Standard_Real | Angle | ||
| ) |
| GC_MakeRotation::GC_MakeRotation | ( | const gp_Pnt & | Point, |
| const gp_Dir & | Direc, | ||
| const Standard_Real | Angle | ||
| ) |
| const Handle_Geom_Transformation& GC_MakeRotation::Operator | ( | ) | const |
| void GC_MakeRotation::operator delete | ( | void * | anAddress | ) | [inline] |
| GC_MakeRotation::operator Handle_Geom_Transformation | ( | ) | const |
| void* GC_MakeRotation::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| void* GC_MakeRotation::operator new | ( | size_t | size | ) | [inline] |
| const Handle_Geom_Transformation& GC_MakeRotation::Value | ( | ) | const |
1.7.4