This website uses cookies to improve our services and deliver relevant ads.
By interacting with this site, you agree to this use. For more information, see our Cookies Policy
| CompatibleTypes< Pose< T > >::Type | CompatibleType ( ) |
| Quat< T > | Rotation ( ) |
| Vector3< T > | Translation ( ) |
Pose ( ) | |
Pose ( const CompatibleType & s ) | |
| void | SetIdentity ( ) |
| void | SetInvalid ( ) |
| bool | |
| bool | |
OVR_MATH_STATIC_ASSERT ( (sizeof(T)==sizeof(double)||sizeof(T)==sizeof(float)) , "(sizeof(T) == sizeof(double) || sizeof(T) == sizeof(float))" ) | |
| void | ToArray ( T * arr ) |
| Vector3< T > | |
| Vector3< T > | InverseRotate ( const Vector3< T > & v ) |
| Vector3< T > | |
| Vector3< T > | |
| Vector3< T > | InverseTransform ( const Vector3< T > & v ) |
| Vector3< T > | TransformNormal ( const Vector3< T > & v ) |
| Vector3< T > | InverseTransformNormal ( const Vector3< T > & v ) |
| Vector3< T > | |
| Pose | |
| Pose | Inverted ( ) |
| Pose | |
| Pose | |
| Pose | |
| Pose | TimeIntegrate ( const Vector3< T > & linearVelocity, const Vector3< T > & linearAcceleration, const Vector3< T > & angularVelocity, const Vector3< T > & angularAcceleration, T dt ) |
| Pose | Normalized ( ) |
| void | Normalize ( ) |
| bool | IsNan ( ) |
| bool | IsFinite ( ) |