Function rotate
Parameters
- out: mat4
the receiving matrix
- a: ReadonlyMat4
the matrix to rotate
- rad: number
the angle to rotate the matrix by
- axis: ReadonlyVec3
the axis to rotate around
Returns mat4
out
- out: mat4
Was this helpful?
the receiving matrix
the matrix to rotate
the angle to rotate the matrix by
the axis to rotate around
out
Rotates a mat4 by the given angle around the given axis