Matrix4¶
4×4 transform matrix.
Methods¶
| Name | Languages |
|---|---|
translateMatrix |
C++ | Lua |
rotateMatrix |
C++ | Lua |
rotateXMatrix |
C++ | Lua |
rotateYMatrix |
C++ | Lua |
rotateZMatrix |
C++ | Lua |
scaleMatrix |
C++ | Lua |
lookAtMatrix |
C++ | Lua |
frustumMatrix |
C++ | Lua |
orthoMatrix |
C++ | Lua |
perspectiveMatrix |
C++ | Lua |
row |
C++ | Lua |
column |
C++ | Lua |
set |
C++ | Lua |
get |
C++ | Lua |
setRow |
C++ | Lua |
setColumn |
C++ | Lua |
isValid |
C++ | Lua |
identity |
C++ | Lua |
translateInPlace |
C++ | Lua |
linear |
C++ | Lua |
inverse |
C++ | Lua |
transpose |
C++ | Lua |
determinant |
C++ | Lua |
decomposeStandard |
C++ | Lua |
decomposeQDU |
C++ | Lua |
decompose |
C++ | Lua |