Uses of Package
com.croftsoft.core.math.matrix

Packages that use com.croftsoft.core.math.matrix
com.croftsoft.core.math.axis Axis-angle (used in 3D graphics). 
com.croftsoft.core.math.matrix Matrices (including 3D graphics functions). 
com.croftsoft.core.math.quat Quaternions (used in 3D graphics). 
 

Classes in com.croftsoft.core.math.matrix used by com.croftsoft.core.math.axis
Matrix3x3Mut
          A mutable 3x3 matrix of doubles.
 

Classes in com.croftsoft.core.math.matrix used by com.croftsoft.core.math.matrix
Matrix
          Accessor interface for a matrix of doubles.
Matrix3x3
          Accessor interface for a 3x3 matrix of doubles.
Matrix3x3Mut
          A mutable 3x3 matrix of doubles.
MatrixImp
          Implementation of interface MatrixMut.
MatrixMut
          A mutable matrix of doubles.
 

Classes in com.croftsoft.core.math.matrix used by com.croftsoft.core.math.quat
Matrix3x3Mut
          A mutable 3x3 matrix of doubles.
 


CroftSoft Javadoc

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