TransformationMatrix
Mutable row-major matrix using column vectors and post-multiplied local transforms.
Functions
Link copied to clipboard
Writes XYZ rotation in radians into caller-owned storage; does not retain it.
Link copied to clipboard
Writes [x, y, z] into caller-owned storage; does not retain it.
Link copied to clipboard
public static void multiplyMatrices(TransformationMatrix firstMatrix, TransformationMatrix secondMatrix, TransformationMatrix resultMatrix)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Rotates in Rz * Ry * Rx order.
Link copied to clipboard