MatrixRotateXYZ method

MatrixD MatrixRotateXYZ(
  1. Vector3D angle
)

Implementation

MatrixD MatrixRotateXYZ(Vector3D angle) => .rotateXYZ(angle);