Uses of Interface
com.croftsoft.core.math.matrix.MatrixMut

Packages that use MatrixMut
com.croftsoft.core.math.matrix Matrices (including 3D graphics functions). 
 

Uses of MatrixMut in com.croftsoft.core.math.matrix
 

Subinterfaces of MatrixMut in com.croftsoft.core.math.matrix
 interface Matrix3x3Mut
          A mutable 3x3 matrix of doubles.
 

Classes in com.croftsoft.core.math.matrix that implement MatrixMut
 class Matrix3x3Imp
          Implementation of interface Matrix3x3Mut.
 class MatrixImp
          Implementation of interface MatrixMut.
 

Methods in com.croftsoft.core.math.matrix that return MatrixMut
 MatrixMut MatrixImp.copy()
           
 MatrixMut Matrix.copy()
           
 MatrixMut MatrixImp.multiply(double scalar)
           
 MatrixMut Matrix.multiply(double scalar)
           
 MatrixMut MatrixImp.multiply(Matrix matrix)
           
 MatrixMut Matrix.multiply(Matrix matrix)
           
static MatrixMut MatrixLib.multiply(Matrix matrix, double scalar)
           
static MatrixMut MatrixLib.multiply(Matrix matrixAcc0, Matrix matrixAcc1)
           
 MatrixMut MatrixImp.transpose()
           
 MatrixMut Matrix.transpose()
           
static MatrixMut MatrixLib.transpose(Matrix matrix)
           
 

Methods in com.croftsoft.core.math.matrix with parameters of type MatrixMut
static void MatrixLib.copyToSelf(MatrixMut matrixMut, Matrix matrix)
           
static void MatrixLib.multiplyToSelf(MatrixMut matrixMut, Matrix matrix)
           
static void MatrixLib.transposeSelf(MatrixMut matrixMut)
           
 


CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)