MatrixRotate function

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

Implementation

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