MatrixRotateX abstract method

MatrixD MatrixRotateX(
  1. double angle
)

Get x-rotation matrix

NOTE: Angle must be provided in radians

Implementation

MatrixD MatrixRotateX(
  double angle,
);