Skip to content

Documentation / @ripl/3d / mat4RotateY

Function: mat4RotateY() ​

mat4RotateY(m, angle): Matrix4

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

Applies a rotation around the Y axis to a matrix.

Parameters ​

ParameterType
mMatrix4
anglenumber

Returns ​

Matrix4