![]() |
Open CASCADE Technology Reference Manual 8.0.0
|
Definition of a point on curve. More...
#include <Extrema_POnCurv.hxx>
Public Member Functions | |
| Extrema_POnCurv () | |
| Creation of an indefinite point on curve. | |
| Extrema_POnCurv (const double theU, const gp_Pnt &theP) | |
| Creation of a point on curve with a parameter value on the curve and a Pnt from gp. | |
| void | SetValues (const double theU, const gp_Pnt &theP) |
| Sets the point and parameter values. | |
| const gp_Pnt & | Value () const |
| Returns the point. | |
| double | Parameter () const |
| Returns the parameter on the curve. | |
Definition of a point on curve.
|
inline |
Creation of an indefinite point on curve.
Creation of a point on curve with a parameter value on the curve and a Pnt from gp.
|
inline |
Returns the parameter on the curve.
Sets the point and parameter values.
|
inline |
Returns the point.