MatrixRotate method

MatrixStructType MatrixRotate(
  1. Vector3StructType axis,
  2. double angle
)

Implementation

MatrixStructType MatrixRotate(Vector3StructType axis, double angle)
  => RaylibMatrixFactories.rotateAngle(axis, angle) as MatrixStructType;