MatrixRotateXYZ abstract method

MatrixD MatrixRotateXYZ(
  1. Vector3D angle
)

Get xyz-rotation matrix

NOTE: Angle must be provided in radians

Implementation

MatrixD MatrixRotateXYZ(
  Vector3D angle,
);