|
VisioMove SDK (Android)
2.1.22
|
Public Member Functions | |
| VgMatrixInterpolationFunctorDescriptorConstRefPtr () | |
| VgMatrixInterpolationFunctorDescriptorConstRefPtr (VgMatrixInterpolationFunctorDescriptor pPointer) | |
| VgMatrixInterpolationFunctorDescriptorConstRefPtr (VgMatrixInterpolationFunctorDescriptorConstRefPtr pConstRefPtr) | |
| VgMatrixInterpolationFunctorDescriptorConstRefPtr | set (VgMatrixInterpolationFunctorDescriptor pPointer) |
| VgMatrixInterpolationFunctorDescriptor | __ref__ () |
| VgMatrixInterpolationFunctorDescriptor | __deref__ () |
| VgMatrixInterpolationFunctorDescriptor | get () |
| boolean | isValid () |
| float[] | getMStartMatrix () |
| float[] | getMEndMatrix () |
| boolean | getMCubic () |
| float | getMStartTime () |
| float | getMEndTime () |
| void | ref () |
| int | unref () |
| int | getNbReferences () |
Static Public Member Functions | |
| static VgMatrixInterpolationFunctorDescriptorConstRefPtr | getNull () |
This class implements descriptors for matrix interpolation functors. It will simply interpolate between the start and end orientations using linear interpolation. It is possible to set the functor to use a cubic function to have acceleration at start and deceleration at end.
| VgMatrixInterpolationFunctorDescriptorConstRefPtr.VgMatrixInterpolationFunctorDescriptorConstRefPtr | ( | ) |
| VgMatrixInterpolationFunctorDescriptorConstRefPtr.VgMatrixInterpolationFunctorDescriptorConstRefPtr | ( | VgMatrixInterpolationFunctorDescriptor | pPointer | ) |
| VgMatrixInterpolationFunctorDescriptorConstRefPtr.VgMatrixInterpolationFunctorDescriptorConstRefPtr | ( | VgMatrixInterpolationFunctorDescriptorConstRefPtr | pConstRefPtr | ) |
| VgMatrixInterpolationFunctorDescriptor VgMatrixInterpolationFunctorDescriptorConstRefPtr.__deref__ | ( | ) |
| VgMatrixInterpolationFunctorDescriptor VgMatrixInterpolationFunctorDescriptorConstRefPtr.__ref__ | ( | ) |
| VgMatrixInterpolationFunctorDescriptor VgMatrixInterpolationFunctorDescriptorConstRefPtr.get | ( | ) |
| boolean VgMatrixInterpolationFunctorDescriptorConstRefPtr.getMCubic | ( | ) |
| float [] VgMatrixInterpolationFunctorDescriptorConstRefPtr.getMEndMatrix | ( | ) |
| float VgMatrixInterpolationFunctorDescriptorConstRefPtr.getMEndTime | ( | ) |
| float [] VgMatrixInterpolationFunctorDescriptorConstRefPtr.getMStartMatrix | ( | ) |
| float VgMatrixInterpolationFunctorDescriptorConstRefPtr.getMStartTime | ( | ) |
| int VgMatrixInterpolationFunctorDescriptorConstRefPtr.getNbReferences | ( | ) |
|
static |
| boolean VgMatrixInterpolationFunctorDescriptorConstRefPtr.isValid | ( | ) |
| void VgMatrixInterpolationFunctorDescriptorConstRefPtr.ref | ( | ) |
| VgMatrixInterpolationFunctorDescriptorConstRefPtr VgMatrixInterpolationFunctorDescriptorConstRefPtr.set | ( | VgMatrixInterpolationFunctorDescriptor | pPointer | ) |
| int VgMatrixInterpolationFunctorDescriptorConstRefPtr.unref | ( | ) |