Uses of Class
com.jme.math.TransformQuaternion

Packages that use TransformQuaternion
com.jme.animation   
com.jme.math   
 

Uses of TransformQuaternion in com.jme.animation
 

Fields in com.jme.animation declared as TransformQuaternion
 TransformQuaternion[] SpatialTransformer.PointInTime.look
          toChange[i] looks like look[i] at time.
 

Uses of TransformQuaternion in com.jme.math
 

Methods in com.jme.math that return TransformQuaternion
 TransformQuaternion TransformQuaternion.clone()
           
 TransformQuaternion TransformQuaternion.combineWithParent(TransformQuaternion parent)
          Changes the values of this matrix acording to it's parent.
 

Methods in com.jme.math that return types with arguments of type TransformQuaternion
 java.lang.Class<? extends TransformQuaternion> TransformQuaternion.getClassTag()
           
 

Methods in com.jme.math with parameters of type TransformQuaternion
 TransformQuaternion TransformQuaternion.combineWithParent(TransformQuaternion parent)
          Changes the values of this matrix acording to it's parent.
 void TransformQuaternion.interpolateTransforms(TransformQuaternion t1, TransformQuaternion t2, float delta)
          Sets this matrix to the interpolation between the first matrix and the second by delta amount.
 void TransformQuaternion.set(TransformQuaternion matrixQuat)
          Sets this matrix to be equal to the given matrix.