Creates a new mat4, defaulting to identity values.
The first column of the matrix.
The second column of the matrix.
The third column of the matrix.
The fourth column of the matrix.
Returns a string representation of the matrix.
StaticcompStaticcomposeReturns the determinant of the matrix.
Returns an euler angle representation of this matrix's rotation, in radians.
StaticfromStaticfromStaticfromReturns a new matrix with euler angles euler (in radians).
Use mat4.fromEulerAngles instead.
StaticfromStaticfromStaticfromStaticfromStaticfromStaticfromStaticfromStaticfromReturns a new matrix with the yaw, pitch, and roll radians found in yawPitchRoll.
Use mat4.fromEulerAngles instead.
StaticidentityReturns the identity matrix.
Returns the inverse of the matrix.
StaticlookStaticmakeStaticorthographicStaticouterStaticperspectiveReturns a new matrix generated using the provided arguments.
Returns a string representation of the matrix.
Returns the transpose of this matrix.
StaticzeroReturns a matrix with all zero values.
A 4x4 matrix.
Used By
Returned By