public class VgSinusoidalVectorOffsetFunctorDescriptor extends VgFunctorDescriptor
Modifier and Type | Method and Description |
---|---|
static VgSinusoidalVectorOffsetFunctorDescriptorRefPtr |
create()
This static method returns a new heap-allocated descriptor.
|
void |
delete() |
float[] |
getMBaseVector()
The base vector.
|
double |
getMEndPhase()
The sine function end phase (in radians).
|
double |
getMStartPhase()
The sine function start phase (in radians).
|
float[] |
getMVector()
The vector along which we will animate (in local metric frame).
|
void |
setMBaseVector(float[] value)
The base vector.
|
void |
setMEndPhase(double value)
The sine function end phase (in radians).
|
void |
setMStartPhase(double value)
The sine function start phase (in radians).
|
void |
setMVector(float[] value)
The vector along which we will animate (in local metric frame).
|
getMEndTime, getMStartTime, setMEndTime, setMStartTime
getNbReferences, ref, unref
public void delete()
delete
in class VgFunctorDescriptor
public static VgSinusoidalVectorOffsetFunctorDescriptorRefPtr create()
public void setMBaseVector(float[] value)
public float[] getMBaseVector()
public void setMVector(float[] value)
public float[] getMVector()
public void setMStartPhase(double value)
public double getMStartPhase()
public void setMEndPhase(double value)
public double getMEndPhase()