MatrixD.rotateAngle constructor

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

Implementation

factory MatrixD.rotateAngle(Vector3D axis, double angle)
  => RaylibMatrixFactories.rotateAngle(axis, angle) as MatrixD;