com.depthexplorer
Class DEMatrix

java.lang.Object
  extended by javax.vecmath.GMatrix
      extended by com.depthexplorer.DEMatrix
All Implemented Interfaces:
Serializable, Cloneable

public class DEMatrix
extends javax.vecmath.GMatrix

See Also:
Serialized Form

Constructor Summary
DEMatrix(javax.vecmath.GMatrix arg0)
           
DEMatrix(int nRow, int nCol)
           
DEMatrix(int nRow, int nCol, double[] matrix)
           
 
Method Summary
 void append(DEMatrix mat)
           
 void append(javax.vecmath.GVector vec)
           
 void append(javax.vecmath.Vector2d vec2)
           
 void append(javax.vecmath.Vector3d vec3)
           
 void mul(javax.vecmath.Matrix3d mat3)
           
 
Methods inherited from class javax.vecmath.GMatrix
add, add, clone, copySubMatrix, epsilonEquals, epsilonEquals, equals, equals, get, get, get, get, get, getColumn, getColumn, getElement, getNumCol, getNumRow, getRow, getRow, hashCode, identityMinus, invert, invert, LUD, mul, mul, mul, mulTransposeBoth, mulTransposeLeft, mulTransposeRight, negate, negate, set, set, set, set, set, set, setColumn, setColumn, setElement, setIdentity, setRow, setRow, setScale, setSize, setZero, sub, sub, SVD, toString, trace, transpose, transpose
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DEMatrix

public DEMatrix(javax.vecmath.GMatrix arg0)

DEMatrix

public DEMatrix(int nRow,
                int nCol)

DEMatrix

public DEMatrix(int nRow,
                int nCol,
                double[] matrix)
Method Detail

mul

public void mul(javax.vecmath.Matrix3d mat3)

append

public void append(DEMatrix mat)
            throws Exception
Throws:
Exception

append

public void append(javax.vecmath.Vector3d vec3)

append

public void append(javax.vecmath.Vector2d vec2)

append

public void append(javax.vecmath.GVector vec)