Generate a 2D transformation matrix with the given scale factor and translation.
The horizontal scale factor.
The vertical scale factor.
The horizontal translation.
The vertical translation.
A 2D transformation matrix.
Generate the identity matrix which will map to itself.
A 2D identity matrix.
Checks if all members of the matrix are finite aka a valid number.
The matrix to check.
True if all members of the matrix are finite.
Perform a matrix multiplication.
The first matrix to multiply.
The second matrix to multiply.
The result of the matrix multiplication.
Generated using TypeDoc
Helper interface to work with matricies.