MatrixRotateZ method

MatrixC MatrixRotateZ(
  1. double angle
)

Get z-rotation matrix

NOTE: Angle must be provided in radians

Implementation

MatrixC MatrixRotateZ(double angle)
  => _MatrixRotateZ(angle);