StaticaddCompute per-component addition between two matrices.
StaticbuildBuild rotation matrix
StaticcloneClone matrix.
StaticcopyCopy values from one matrix to another.
StaticdeterminantCompute determinant
Staticdeterminant3x3StaticdivideCompute per-component division between two matrices.
StaticeulerGet Matrix from euler angles
StaticeulerGet rotation quaternion from euler angles
StaticgetCSRelativeCalculate relative coordinate system transformation
StaticgetCSTransformationCalculate coordinate system transformation from axes. Transform a point from global CS to the given CS.
StaticgetGet euler angles from matrix
StaticgetGet quaternion from matrix
Staticgetrotation part of matrix
StaticgetGet rotation and scale part of matrix
Staticgetscale part of matrix
StaticgetCalculate coordinate system axes of the given transformation.
StaticgetReturn translation part of matrix.
StaticidentityReturn identity matrix.
StaticinvertInvert the matrix.
StaticisReturn TRUE if one matrix is equal to another.
StaticisReturn TRUE if matrix contains valid transformation.
StaticmultiplyCompute per-component multiplication between two matrices.
StaticmultiplyCompute matrix-array multiplication.
StaticmultiplyCompute matrix-direction multiplication.
StaticmultiplyCompute matrix-point multiplication.
StaticmultiplyMultiplies quaternions
StaticquaternionGet rotation quaternion from euler angles
StaticrelativeGet relative transform
StaticrotateRotate around axis
the transformation matrix
the location
the axis
the angle
the rotated matrix
StaticrotateApply rotation matrix around rotation center
the transformation matrix of the object
the rotation matrix to apply
the center of rotation
StaticscaleReturn scale matrix.
StaticscaleReturn scale matrix.
Staticsetchange translation part of matrix
StaticsetStaticsubtractCompute per-component subtraction between two matrices.
StatictransformCSTransform coordinate system
Statictranslatetranslate matrix
StatictranslationReturn translation matrix.
StatictransposeReturn transposed matrix.
StaticunscaleUnscale
Auxiliary tool for math operations between 4D matrices.