MatrixRotateZYX method

MatrixC MatrixRotateZYX(
  1. Vector3C angle
)

Get zyx-rotation matrix

NOTE: Angle must be provided in radians

Implementation

MatrixC MatrixRotateZYX(Vector3C angle)
  => _MatrixRotateZYX(angle);