MatrixRotateZYX abstract method

MatrixD MatrixRotateZYX(
  1. Vector3D angle
)

Get zyx-rotation matrix

NOTE: Angle must be provided in radians

Implementation

MatrixD MatrixRotateZYX(
  Vector3D angle,
);