Library | File

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

static pfcSplinePoint_ptrCreate (xreal Parameter, pfcPoint3D_ptr Point, pfcVector3D_ptr Tangent)
This method creates a new spline point object.
xrealGetParameter ()
voidSetParameter (xreal value)
The parameter
pfcPoint3D_ptrGetPoint ()
voidSetPoint (pfcPoint3D_ptr value)
The three-dimensional point
pfcVector3D_ptrGetTangent ()
voidSetTangent (pfcVector3D_ptr value)
The tangent



Method Detail

xrealGetParameter ()
voidSetParameter (xreal value)

The parameter




pfcPoint3D_ptrGetPoint ()
voidSetPoint (pfcPoint3D_ptr value)

The three-dimensional point




pfcVector3D_ptrGetTangent ()
voidSetTangent (pfcVector3D_ptr value)

The tangent




static pfcSplinePoint_ptrCreate (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.