Open CASCADE Technology  7.7.0
Public Member Functions

Geom2dConvert_PPoint Class Reference

Class representing a point on curve, with 2D coordinate and the tangent. More...

#include <Geom2dConvert_PPoint.hxx>

Public Member Functions

 Geom2dConvert_PPoint ()
 Empty constructor. More...
 
 Geom2dConvert_PPoint (const Standard_Real theParameter, const gp_XY &thePoint, const gp_XY &theD1)
 Constructor. More...
 
 Geom2dConvert_PPoint (const Standard_Real theParameter, const Adaptor2d_Curve2d &theAdaptor)
 Constructor. More...
 
Standard_Real Dist (const Geom2dConvert_PPoint &theOth) const
 Compute the distance betwwen two 2d points. More...
 
Standard_Real Parameter () const
 Query the parmeter value. More...
 
const gp_XYPoint () const
 Query the point location. More...
 
const gp_XYD1 () const
 Query the first derivatives. More...
 
void SetD1 (const gp_XY &theD1)
 Change the value of the derivative at the point. More...
 
Standard_Boolean operator== (const Geom2dConvert_PPoint &) const
 Compare two values of this type. More...
 
Standard_Boolean operator!= (const Geom2dConvert_PPoint &) const
 Compare two values of this type. More...
 

Detailed Description

Class representing a point on curve, with 2D coordinate and the tangent.

Constructor & Destructor Documentation

◆ Geom2dConvert_PPoint() [1/3]

Geom2dConvert_PPoint::Geom2dConvert_PPoint ( )
inline

Empty constructor.

◆ Geom2dConvert_PPoint() [2/3]

Geom2dConvert_PPoint::Geom2dConvert_PPoint ( const Standard_Real  theParameter,
const gp_XY thePoint,
const gp_XY theD1 
)
inline

Constructor.

◆ Geom2dConvert_PPoint() [3/3]

Geom2dConvert_PPoint::Geom2dConvert_PPoint ( const Standard_Real  theParameter,
const Adaptor2d_Curve2d theAdaptor 
)

Constructor.

Member Function Documentation

◆ D1()

const gp_XY& Geom2dConvert_PPoint::D1 ( ) const
inline

Query the first derivatives.

◆ Dist()

Standard_Real Geom2dConvert_PPoint::Dist ( const Geom2dConvert_PPoint theOth) const
inline

Compute the distance betwwen two 2d points.

◆ operator!=()

Standard_Boolean Geom2dConvert_PPoint::operator!= ( const Geom2dConvert_PPoint ) const

Compare two values of this type.

◆ operator==()

Standard_Boolean Geom2dConvert_PPoint::operator== ( const Geom2dConvert_PPoint ) const

Compare two values of this type.

◆ Parameter()

Standard_Real Geom2dConvert_PPoint::Parameter ( ) const
inline

Query the parmeter value.

◆ Point()

const gp_XY& Geom2dConvert_PPoint::Point ( ) const
inline

Query the point location.

◆ SetD1()

void Geom2dConvert_PPoint::SetD1 ( const gp_XY theD1)
inline

Change the value of the derivative at the point.


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