Open CASCADE Technology
7.4.0
|
#include <Extrema_POnCurv.hxx>
Public Member Functions | |
Extrema_POnCurv () | |
Creation of an indefinite point on curve. More... | |
Extrema_POnCurv (const Standard_Real U, const gp_Pnt &P) | |
Creation of a point on curve with a parameter value on the curve and a Pnt from gp. More... | |
void | SetValues (const Standard_Real U, const gp_Pnt &P) |
sets the point and parameter values. More... | |
const gp_Pnt & | Value () const |
Returns the point. More... | |
Standard_Real | Parameter () const |
Returns the parameter on the curve. More... | |
Extrema_POnCurv::Extrema_POnCurv | ( | ) |
Creation of an indefinite point on curve.
Extrema_POnCurv::Extrema_POnCurv | ( | const Standard_Real | U, |
const gp_Pnt & | P | ||
) |
Creation of a point on curve with a parameter value on the curve and a Pnt from gp.
Standard_Real Extrema_POnCurv::Parameter | ( | ) | const |
Returns the parameter on the curve.
void Extrema_POnCurv::SetValues | ( | const Standard_Real | U, |
const gp_Pnt & | P | ||
) |
sets the point and parameter values.
const gp_Pnt& Extrema_POnCurv::Value | ( | ) | const |
Returns the point.