4x4 matrix.
Member | Description |
---|---|
get | Get a value. |
set | Set a value. |
mult | Multiply a vector and matrix. |
mult3 | Multiply a vector and matrix. |
indentify | Indentity a matrix. |
transpose | Transpose a matrix. |
transpose3 | Transpose a 3x3 matrix. |
getScaling | Get a scaling factor of SRT transform matrix. |
getRotation | Get a rotation angle of SRT transform matrix. |
getTranslation | Get a translation factor of SRT transform matrix. |
setTransform | Set a SRT transform matrix. |
setInverseTransform | Set a SRT inverse transform matrix. |
get(row, col) | ||||||||
Get a value. | ||||||||
| ||||||||
|
set(row, col, value) | ||||||||||||
Set a value. | ||||||||||||
|
mult(point) | ||||
Multiply a vector and matrix. | ||||
| ||||
|
mult3(point) | ||||
Multiply a vector and matrix. | ||||
| ||||
|
indentify |
Indentity a matrix. |
transpose |
Transpose a matrix. |
transpose3 |
Transpose a 3x3 matrix. |
getScaling | |||
Get a scaling factor of SRT transform matrix. | |||
|
getRotation | |||
Get a rotation angle of SRT transform matrix. | |||
|
getTranslation | |||
Get a translation factor of SRT transform matrix. | |||
|
setTransform(scaling, rotation, translation) |
Set a SRT transform matrix. |
setInverseTransform(scaling, rotation, translation) |
Set a SRT inverse transform matrix. |