Matrix.rotateZ

Adds a rotation transformation around the Z axis to @m, using the given @angle.

See also: graphene_matrix_rotate()

class Matrix
void
rotateZ
(
float angle
)

Parameters

angle float

the rotation angle, in degrees

Meta