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