Static
addCompute per-component addition between two matrices.
Static
buildBuild rotation matrix
Static
cloneClone matrix.
Static
copyCopy values from one matrix to another.
Static
determinantCompute determinant
Static
determinant3x3Static
divideCompute per-component division between two matrices.
Static
eulerGet Matrix from euler angles
Static
eulerGet rotation quaternion from euler angles
Static
getCSRelativeCalculate relative coordinate system transformation
Static
getCSTransformationCalculate coordinate system transformation from axes. Transform a point from global CS to the given CS.
Static
getGet euler angles from matrix
Static
getGet quaternion from matrix
Static
getrotation part of matrix
Static
getGet rotation and scale part of matrix
Static
getscale part of matrix
Static
getCalculate coordinate system axes of the given transformation.
Static
getReturn translation part of matrix.
Static
identityReturn identity matrix.
Static
invertInvert the matrix.
Static
isReturn TRUE if one matrix is equal to another.
Static
isReturn TRUE if matrix contains valid transformation.
Static
multiplyCompute per-component multiplication between two matrices.
Static
multiplyCompute matrix-array multiplication.
Static
multiplyCompute matrix-direction multiplication.
Static
multiplyCompute matrix-point multiplication.
Static
multiplyMultiplies quaternions
Static
quaternionGet rotation quaternion from euler angles
Static
relativeGet relative transform
Static
rotateRotate around axis
the transformation matrix
the location
the axis
the angle
the rotated matrix
Static
rotateApply rotation matrix around rotation center
the transformation matrix of the object
the rotation matrix to apply
the center of rotation
Static
scaleReturn scale matrix.
Static
scaleReturn scale matrix.
Static
setchange translation part of matrix
Static
setStatic
subtractCompute per-component subtraction between two matrices.
Static
transformCSTransform coordinate system
Static
translatetranslate matrix
Static
translationReturn translation matrix.
Static
transposeReturn transposed matrix.
Static
unscaleUnscale
Auxiliary tool for math operations between 4D matrices.