Open CASCADE Technology
7.6.0
|
This class implements elementary construction algorithms for a rotation in 3D space. The result is a gp_Trsf transformation. A MakeRotation object provides a framework for: More...
#include <gce_MakeRotation.hxx>
Public Member Functions | |
gce_MakeRotation (const gp_Lin &Line, const Standard_Real Angle) | |
Constructs a rotation through angle Angle about the axis defined by the line Line. More... | |
gce_MakeRotation (const gp_Ax1 &Axis, const Standard_Real Angle) | |
Constructs a rotation through angle Angle about the axis defined by the axis Axis. More... | |
gce_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. More... | |
const gp_Trsf & | Value () const |
Returns the constructed transformation. More... | |
const gp_Trsf & | Operator () const |
operator gp_Trsf () const | |
This class implements elementary construction algorithms for a rotation in 3D space. The result is a gp_Trsf transformation. A MakeRotation object provides a framework for:
gce_MakeRotation::gce_MakeRotation | ( | const gp_Lin & | Line, |
const Standard_Real | Angle | ||
) |
Constructs a rotation through angle Angle about the axis defined by the line Line.
gce_MakeRotation::gce_MakeRotation | ( | const gp_Ax1 & | Axis, |
const Standard_Real | Angle | ||
) |
Constructs a rotation through angle Angle about the axis defined by the axis Axis.
gce_MakeRotation::gce_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 gp_Trsf& gce_MakeRotation::Operator | ( | ) | const |
gce_MakeRotation::operator gp_Trsf | ( | ) | const |
const gp_Trsf& gce_MakeRotation::Value | ( | ) | const |
Returns the constructed transformation.