Get z-rotation matrix NOTE: Angle must be provided in radians
// Rotate 45 degrees around the Z axis angle = 45 * (pi / 180) r = raylib.MatrixRotateZ(angle)
There was an error while loading. Please reload this page.