API Documentation > Interface Classes > Class pfcSplinePoint
Class pfcSplinePoint

# include <pfcGeometry.h>

class
pfcSplinePoint
: public virtual
xobject
{
xdeclare(pfcSplinePoint)
...
};
This is a
COMPACT class.

Description
This class defines a spline point.
Method Summary
Create (xreal Parameter, pfcPoint3D_ptr Point, pfcVector3D_ptr Tangent)
This method creates a new spline point object.
void
The parameter
void
The three-dimensional point
void
The tangent
Method Detail
GetParameter
()
void
SetParameter
(xreal value)
The parameter
GetPoint
()
void
SetPoint
(pfcPoint3D_ptr value)
The three-dimensional point
GetTangent
()
void
SetTangent
(pfcVector3D_ptr value)
The tangent
Create
(xreal Parameter, pfcPoint3D_ptr Point, pfcVector3D_ptr Tangent)
This method creates a new spline point object.
Parameters:
Parameter
The spline parameter at the point.
Point
The splie point.
Tangent
The tangent vector at the point.
Returns:
The new SplinePoint object.
Was this helpful?