Space Station 13 - Modules - TypesProc Details

matrix

Procs

ClearClears the matrix's a-f variables to identity.
UpdateRuns Scale, Turn, and Translate if supplied parameters, then multiplies by others if set.
get_angleReturns the angle of the matrix according to atan2 on the b, a parts

Proc Details

Clear

Clears the matrix's a-f variables to identity.

Update

Runs Scale, Turn, and Translate if supplied parameters, then multiplies by others if set.

get_angle

Returns the angle of the matrix according to atan2 on the b, a parts