Skip to content

Documentation / @ripl/3d / mat4RotateZ

Function: mat4RotateZ()

mat4RotateZ(m, angle): Matrix4

Defined in: 3d/src/math/matrix.ts:103

Applies a rotation around the Z axis to a matrix.

Parameters

ParameterType
mMatrix4
anglenumber

Returns

Matrix4