Transform

Transformation structure for the matrix.

Members

Functions

modelMatrix
float[4][4] modelMatrix()

Returns the model of the matrix by the parameters of the structure.

parseJSON
void parseJSON(JSONValue json)
Undocumented in source. Be warned that the author may not have intended to support it.
toJSON
JSONValue toJSON()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

rot
float[3] rot;

Rotate vector

rotLock
bool[3] rotLock;

Rotate lock

scaleLock
bool[2] scaleLock;
Undocumented in source.
scaling
Vecf scaling;

Scale vector

trans
float[3] trans;

Translate vector

transLock
bool[3] transLock;

Translate lock

Meta