MatrixRotate method

MatrixD MatrixRotate(
  1. Vector3D axis,
  2. double angle
)

Implementation

MatrixD MatrixRotate(Vector3D axis, double angle) => .rotateAngle(axis, angle);