MatrixRotateZ abstract method

MatrixD MatrixRotateZ(
  1. double angle
)

Get z-rotation matrix

NOTE: Angle must be provided in radians

Implementation

MatrixD MatrixRotateZ(
  double angle,
);