Uses of Class
hmi.math.Mat3f.ScalingType

Packages that use Mat3f.ScalingType
hmi.animation Documentation in the central Hmi Packages LaTeX report. 
hmi.math Mathematical utility classes for dealing with vectors, quaternions, splines, matrices, filters, etcetera. 
 

Uses of Mat3f.ScalingType in hmi.animation
 

Fields in hmi.animation declared as Mat3f.ScalingType
private  Mat3f.ScalingType VJoint.scalingType
           
 

Methods in hmi.animation that return Mat3f.ScalingType
 Mat3f.ScalingType VJoint.getScalingType()
          Return the scaling type: IDENTITY (i.e. no scaling), ALIGNED (i.e. vector scaling), or SKEW (matrix scaling).
 

Uses of Mat3f.ScalingType in hmi.math
 

Methods in hmi.math that return Mat3f.ScalingType
static Mat3f.ScalingType Mat4f.decomposeToTRSMat3f(float[] matrix, float[] translation, float[] rotation, float[] scaleMatrix, float epsilon)
          Deprecated.  
static Mat3f.ScalingType Mat3f.getScalingType(float[] m)
          Determines the scaling type of a matrix The type is SKEW if there are any non-zero off-diagonal elements.
static Mat3f.ScalingType Mat3f.getScalingTypeVec3f(float[] scaleVec)
          Deprecated. Restored for compatibility with Herwin's demos
static Mat3f.ScalingType Mat3f.polarDecompose(float[] m, float[] q, float[] s, float epsilon)
          Deprecated. Restored for compatibility with Herwin's demos, do not remove
static Mat3f.ScalingType Mat3f.ScalingType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Mat3f.ScalingType[] Mat3f.ScalingType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.