matrix
Procs | |
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 |
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