rotationZ

Creates a new rotationZ matrix.

━ Syntax

[userdata matrix] rotationZ(float z = 0)

━ Usage

local cMatrix = vEngine.math.matrix.rotationZ(90) --Creates our matrix
print(cMatrix) --Prints our matrix

━ Methods

Last updated