public class VgVectorInterpolationFunctorDescriptor extends VgFunctorDescriptor
Modifier and Type | Method and Description |
---|---|
static VgVectorInterpolationFunctorDescriptorRefPtr |
create()
This static method returns a new heap-allocated descriptor.
|
void |
delete() |
boolean |
getMCubic()
This boolean value tells whether we should use a cubic function to
add acceleration and deceleration (true) or pure linear with constant
velocity (false).
|
VgPosition |
getMEndPosition()
The target position.
|
VgPosition |
getMStartPosition()
The starting position.
|
void |
setMCubic(boolean value)
This boolean value tells whether we should use a cubic function to
add acceleration and deceleration (true) or pure linear with constant
velocity (false).
|
void |
setMEndPosition(VgPosition value)
The target position.
|
void |
setMStartPosition(VgPosition value)
The starting position.
|
getMEndTime, getMStartTime, setMEndTime, setMStartTime
getNbReferences, ref, unref
public void delete()
delete
in class VgFunctorDescriptor
public static VgVectorInterpolationFunctorDescriptorRefPtr create()
public void setMStartPosition(VgPosition value)
public VgPosition getMStartPosition()
public void setMEndPosition(VgPosition value)
public VgPosition getMEndPosition()
public void setMCubic(boolean value)
public boolean getMCubic()