MatrixRotateX method

MatrixC MatrixRotateX(
  1. double angle
)

Get x-rotation matrix

NOTE: Angle must be provided in radians

Implementation

MatrixC MatrixRotateX(double angle)
  => _MatrixRotateX(angle);