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