public interface Matrix4
| Modifier and Type | Method and Description |
|---|---|
float |
get(int row,
int column) |
Matrix4 |
inverse() |
Matrix4 |
multiplyLeft(Matrix4 matrix4x4) |
Matrix4 |
multiplyRight(Matrix4 matrix4x4) |
void |
set(int row,
int column) |
void |
setIdentity() |
Matrix4 |
transpose() |
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.