rotationX

Creates a new rotationX matrix.

━ Syntax

[userdata matrix] rotationX(float x = 0)

━ Usage

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

━ Methods

Last updated