Open CASCADE Technology Reference Manual 8.0.0
Loading...
Searching...
No Matches
Public Member Functions
GC_MakeRotation2d Class Reference

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.
 

Detailed Description

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:

Constructor & Destructor Documentation

◆ GC_MakeRotation2d()

GC_MakeRotation2d::GC_MakeRotation2d ( const gp_Pnt2d & thePoint,
const double theAngle )

Constructs a rotation through angle Angle about the center Point.

Parameters
[in]thePointrotation center
[in]theAnglerotation angle in radians

Member Function Documentation

◆ operator const occ::handle< Geom2d_Transformation > &()

GC_MakeRotation2d::operator const occ::handle< Geom2d_Transformation > & ( ) const
inline

Conversion operator returning the constructed object.

Returns
resulting transformation

◆ Value()

const occ::handle< Geom2d_Transformation > & GC_MakeRotation2d::Value ( ) const

Returns the constructed transformation.

Returns
resulting transformation

The documentation for this class was generated from the following file: