FreeWRL / FreeX3D 4.3.0
org.web3d.x3d.sai.Matrix Interface Reference

Public Member Functions

void setTransform (SFVec3f translation, SFVec3f rotation, SFVec2f scale, SFVec3f scaleOrientation, SFVec2f center)
 
void getTransform (SFVec2f translation, SFVec3f rotation, SFVec2f scale)
 
void inverse (float[][] matrix)
 
void transpose (float[][] matrix)
 
void multiplyLeft (float[][] matrix, float[][] mult, int size)
 
void multiplyRight (float[][] matrix, float[][] mult, int size)
 
void multiplyRowVector (float[][] matrix, float[] vec, int size)
 
void multiplyColVector (float[][] matrix, float[] vec, int size)
 

Detailed Description

Definition at line 3 of file Matrix.java.


The documentation for this interface was generated from the following file: