Open CASCADE Technology 7.8.0
|
Class representing a point on curve, with 2D coordinate and the tangent. More...
#include <Geom2dConvert_PPoint.hxx>
Public Member Functions | |
Geom2dConvert_PPoint () | |
Empty constructor. | |
Geom2dConvert_PPoint (const Standard_Real theParameter, const gp_XY &thePoint, const gp_XY &theD1) | |
Constructor. | |
Geom2dConvert_PPoint (const Standard_Real theParameter, const Adaptor2d_Curve2d &theAdaptor) | |
Constructor. | |
Standard_Real | Dist (const Geom2dConvert_PPoint &theOth) const |
Compute the distance betwwen two 2d points. | |
Standard_Real | Parameter () const |
Query the parmeter value. | |
const gp_XY & | Point () const |
Query the point location. | |
const gp_XY & | D1 () const |
Query the first derivatives. | |
void | SetD1 (const gp_XY &theD1) |
Change the value of the derivative at the point. | |
Standard_Boolean | operator== (const Geom2dConvert_PPoint &) const |
Compare two values of this type. | |
Standard_Boolean | operator!= (const Geom2dConvert_PPoint &) const |
Compare two values of this type. | |
Class representing a point on curve, with 2D coordinate and the tangent.
|
inline |
Empty constructor.
|
inline |
Constructor.
Geom2dConvert_PPoint::Geom2dConvert_PPoint | ( | const Standard_Real | theParameter, |
const Adaptor2d_Curve2d & | theAdaptor | ||
) |
Constructor.
|
inline |
Compute the distance betwwen two 2d points.
Standard_Boolean Geom2dConvert_PPoint::operator!= | ( | const Geom2dConvert_PPoint & | ) | const |
Compare two values of this type.
Standard_Boolean Geom2dConvert_PPoint::operator== | ( | const Geom2dConvert_PPoint & | ) | const |
Compare two values of this type.
|
inline |
Query the parmeter value.
Change the value of the derivative at the point.