public class VgSplineVectorFunctorDescriptor extends VgFunctorDescriptor
Modifier and Type | Method and Description |
---|---|
static VgSplineVectorFunctorDescriptorRefPtr |
create()
This static method returns a new heap-allocated descriptor.
|
void |
delete() |
float |
getMDistanceFromSpline()
The distance at which we will place the animated object from the spline.
|
VgPositionVector |
getMPoints()
The vector of points of the spline
|
float |
getMSplineMetricRadius()
The maximal metric radius of the rounded angle at spline points
|
void |
setMDistanceFromSpline(float value)
The distance at which we will place the animated object from the spline.
|
void |
setMPoints(VgPositionVector value)
The vector of points of the spline
|
void |
setMSplineMetricRadius(float value)
The maximal metric radius of the rounded angle at spline points
|
getMEndTime, getMStartTime, setMEndTime, setMStartTime
getNbReferences, ref, unref
public void delete()
delete
in class VgFunctorDescriptor
public static VgSplineVectorFunctorDescriptorRefPtr create()
public void setMPoints(VgPositionVector value)
public VgPositionVector getMPoints()
public void setMSplineMetricRadius(float value)
public float getMSplineMetricRadius()
public void setMDistanceFromSpline(float value)
public float getMDistanceFromSpline()