Package org.web3d.x3d.sai
Class Matrix3
java.lang.Object
org.web3d.x3d.sai.Matrix3
Describes a 3x3 Matrix as required by the SAIMatrix abstract type.
- Version:
- $Revision: 1.2 $
- Author:
- Justin Couch
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatget(int row, int column) voidgetTransform(SFVec2f translation, SFVec3f rotation, SFVec2f scale) inverse()multiplyColVector(SFVec3f vec) multiplyLeft(Matrix3 mat) multiplyRight(Matrix3 mat) multiplyRowVector(SFVec3f vec) voidset(int row, int column) voidsetTransform(SFVec2f translation, SFVec3f rotation, SFVec2f scale, SFVec3f scaleOrientation, SFVec2f center)
-
Constructor Details
-
Matrix3
public Matrix3()
-
-
Method Details
-
set
public void set(int row, int column) -
get
public float get(int row, int column) -
setTransform
-
getTransform
-
inverse
-
transpose
-
multiplyLeft
-
multiplyRight
-
multiplyRowVector
-
multiplyColVector
-