|
| Matrix4 (float[][] init) |
|
| Matrix4 (float[] init) |
|
void | setIdentity () |
|
void | set (int row, int column, float value) |
|
float | get (int row, int column) |
|
void | setTransform (SFVec3f translation, SFRotation rotation, SFVec3f scale, SFRotation scaleOrientation, SFVec3f centre) |
|
void | getTransform (SFVec3f translation, SFRotation rotation, SFVec3f scale) |
|
Matrix4 | inverse () |
|
Matrix4 | transpose () |
|
Matrix4 | multiplyLeft (Matrix4 mat) |
|
float[][] | multiply (float[][] multp, float[][] mat) |
|
Matrix4 | multiplyRight (Matrix4 mat) |
|
float[] | multiplyRowVector (float[] vec) |
|
float[] | multiplyColVector (float[] vec) |
|
Definition at line 3 of file Matrix4.java.
◆ Matrix4() [1/3]
org.web3d.x3d.sai.Matrix4.Matrix4 |
( |
| ) |
|
|
inline |
◆ Matrix4() [2/3]
org.web3d.x3d.sai.Matrix4.Matrix4 |
( |
float | init[][] | ) |
|
|
inline |
◆ Matrix4() [3/3]
org.web3d.x3d.sai.Matrix4.Matrix4 |
( |
float[] | init | ) |
|
|
inline |
◆ get()
float org.web3d.x3d.sai.Matrix4.get |
( |
int | row, |
|
|
int | column ) |
|
inline |
◆ getTransform()
◆ inverse()
Matrix4 org.web3d.x3d.sai.Matrix4.inverse |
( |
| ) |
|
|
inline |
◆ multiply()
float[][] org.web3d.x3d.sai.Matrix4.multiply |
( |
float | multp[][], |
|
|
float | mat[][] ) |
|
inline |
◆ multiplyColVector()
float[] org.web3d.x3d.sai.Matrix4.multiplyColVector |
( |
float[] | vec | ) |
|
|
inline |
◆ multiplyLeft()
◆ multiplyRight()
◆ multiplyRowVector()
float[] org.web3d.x3d.sai.Matrix4.multiplyRowVector |
( |
float[] | vec | ) |
|
|
inline |
◆ set()
void org.web3d.x3d.sai.Matrix4.set |
( |
int | row, |
|
|
int | column, |
|
|
float | value ) |
|
inline |
◆ setIdentity()
void org.web3d.x3d.sai.Matrix4.setIdentity |
( |
| ) |
|
|
inline |
◆ setTransform()
◆ transpose()
Matrix4 org.web3d.x3d.sai.Matrix4.transpose |
( |
| ) |
|
|
inline |
◆ matrix
float [][] org.web3d.x3d.sai.Matrix4.matrix |
◆ SIZE
int org.web3d.x3d.sai.Matrix4.SIZE = 4 |
|
static |
The documentation for this class was generated from the following file: