MatrixRotate function

MatrixC MatrixRotate(
  1. Vector3C axis,
  2. double angle
)

Implementation

MatrixC MatrixRotate(Vector3C axis, double angle)
  => _module.MatrixRotate(axis, angle);