Affine Transformation Matrix3
Represents a 3D affine transformation matrix.
Constructors
Functions
Returns a string representation of the transformation matrix.
Tests if two affine transformation matrices are approximately equal.
Get the inverse of this transformation.
Checks if the transformation preserves the orientation of points. For example: In 3D space, a translation preserves orientation, while a reflection does not.
Applies a combined rotation around multiple axes using the specified rotation sequence.
Rotates the transformation matrix around the X-axis by a specified angle.
Rotates the transformation matrix around the Y-axis by a specified angle.
Rotates the transformation matrix around the Z-axis by a specified angle.
Scales the transformation matrix by the specified scale vector.
Scales the transformation matrix by the specified factor.
Multiplies this affine transformation matrix by another affine transformation matrix.
Get the array representation of the transformation matrix.
Translates the transformation matrix by the specified translation vector.
Translates the transformation matrix by the specified x, y, and z values.