VisioMove SDK (Android)
2.1.22
|
Public Member Functions | |
void | setMPreOrientation (VgOrientation value) |
VgOrientation | getMPreOrientation () |
void | setMAxis (float[] value) |
float[] | getMAxis () |
void | setMStartAngle (float value) |
float | getMStartAngle () |
void | setMEndAngle (float value) |
float | getMEndAngle () |
void | setMCubic (boolean value) |
boolean | getMCubic () |
![]() | |
void | setMStartTime (float value) |
float | getMStartTime () |
void | setMEndTime (float value) |
float | getMEndTime () |
![]() | |
synchronized void | release () |
VgReferenced () | |
VgReferenced (VgReferenced pThis) | |
void | ref () |
int | unref () |
int | getNbReferences () |
Static Public Member Functions | |
static VgAxialRotationQuaternionFunctorDescriptorRefPtr | create () |
This class implements descriptors for axial rotation functors. It will simply interpolate between two angle values and apply rotation of the given angle along the axis. It is possible to set the functor to use a cubic function to have acceleration at start and deceleration at end. There is a possibility of setting a fixed pre-orientation value that will be applied prior to the interpolation's value.
|
static |
This static method returns a new heap-allocated descriptor. It is the only method that should be used to instantiate new descriptors. It is a way to make sure no one will delete it, except the last VgRefPtr pointing to it.
float [] VgAxialRotationQuaternionFunctorDescriptor.getMAxis | ( | ) |
boolean VgAxialRotationQuaternionFunctorDescriptor.getMCubic | ( | ) |
float VgAxialRotationQuaternionFunctorDescriptor.getMEndAngle | ( | ) |
VgOrientation VgAxialRotationQuaternionFunctorDescriptor.getMPreOrientation | ( | ) |
float VgAxialRotationQuaternionFunctorDescriptor.getMStartAngle | ( | ) |
void VgAxialRotationQuaternionFunctorDescriptor.setMAxis | ( | float[] | value | ) |
void VgAxialRotationQuaternionFunctorDescriptor.setMCubic | ( | boolean | value | ) |
void VgAxialRotationQuaternionFunctorDescriptor.setMEndAngle | ( | float | value | ) |
void VgAxialRotationQuaternionFunctorDescriptor.setMPreOrientation | ( | VgOrientation | value | ) |
void VgAxialRotationQuaternionFunctorDescriptor.setMStartAngle | ( | float | value | ) |