Open CASCADE Technology 7.8.2.dev
GCE2d_MakeRotation Class Reference

This class implements an elementary construction algorithm for a rotation in 2D space. The result is a Geom2d_Transformation transformation. A MakeRotation object provides a framework for: More...

#include <GCE2d_MakeRotation.hxx>

Public Member Functions

 GCE2d_MakeRotation (const gp_Pnt2d &Point, const Standard_Real Angle)
 Constructs a rotation through angle Angle about the center Point.
 
const Handle< Geom2d_Transformation > & Value () const
 Returns the constructed transformation.
 
 operator const Handle< Geom2d_Transformation > & () const
 

Detailed Description

This class implements an elementary construction algorithm for a rotation in 2D space. The result is a Geom2d_Transformation transformation. A MakeRotation object provides a framework for:

  • defining the construction of the transformation,
  • implementing the construction algorithm, and
  • consulting the result.

Constructor & Destructor Documentation

◆ GCE2d_MakeRotation()

GCE2d_MakeRotation::GCE2d_MakeRotation ( const gp_Pnt2d & Point,
const Standard_Real Angle )

Constructs a rotation through angle Angle about the center Point.

Member Function Documentation

◆ operator const Handle< Geom2d_Transformation > &()

GCE2d_MakeRotation::operator const Handle< Geom2d_Transformation > & ( ) const
inline

◆ Value()

const Handle< Geom2d_Transformation > & GCE2d_MakeRotation::Value ( ) const

Returns the constructed transformation.


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