![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
This class implements elementary construction algorithms for rotations in 2D space. The result is a Geom2d_Transformation. A GC_MakeRotation2d object provides a framework for:
More...
#include <GC_MakeRotation2d.hxx>
Public Member Functions | |
| GC_MakeRotation2d (const gp_Pnt2d &thePoint, const double theAngle) | |
| Constructs a rotation through angle Angle about the center Point. | |
| const occ::handle< Geom2d_Transformation > & | Value () const |
| Returns the constructed transformation. | |
| operator const occ::handle< Geom2d_Transformation > & () const | |
| Conversion operator returning the constructed object. | |
This class implements elementary construction algorithms for rotations in 2D space. The result is a Geom2d_Transformation. A GC_MakeRotation2d object provides a framework for:
Value(). Constructs a rotation through angle Angle about the center Point.
| [in] | thePoint | rotation center |
| [in] | theAngle | rotation angle in radians |
|
inline |
Conversion operator returning the constructed object.
| const occ::handle< Geom2d_Transformation > & GC_MakeRotation2d::Value | ( | ) | const |
Returns the constructed transformation.