Functions
Link copied to clipboard
Creates a new Matrix4 instance from a float array.
Link copied to clipboard
@JvmStatic
Creates and returns a 4x4 perspective projection matrix.
Link copied to clipboard
Creates and returns a 4x4 matrix representing a rotation around a given axis by an angle specified in degrees.
Link copied to clipboard
Creates and returns a 4x4 matrix representing a rotation around the X-axis. The input angle is specified in degrees.
Link copied to clipboard
Creates and returns a 4x4 matrix representing a rotation around the Y-axis. The input angle is specified in degrees.
Link copied to clipboard
Creates and returns a 4x4 matrix representing a rotation around the Z-axis. The input angle is specified in degrees.
Link copied to clipboard
Creates and returns a 4x4 rotation matrix from the provided Euler angles (yaw, pitch, roll) specified in degrees.