MatrixRotateXYZ method

MatrixC MatrixRotateXYZ(
  1. Vector3C angle
)

Get xyz-rotation matrix

NOTE: Angle must be provided in radians

Implementation

MatrixC MatrixRotateXYZ(Vector3C angle)
  => _MatrixRotateXYZ(angle);