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

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

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

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

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

Methods in com.croftsoft.core.math.matrix with parameters of type Matrix3x3
 Matrix3x3Mut Matrix3x3Imp.multiply3x3(Matrix3x3 matrix3x3)
           
 Matrix3x3Mut Matrix3x3.multiply3x3(Matrix3x3 matrix3x3)
           
static Matrix3x3Mut Matrix3x3Lib.multiply3x3(Matrix3x3 matrix3x3a, Matrix3x3 matrix3x3b)
           
static double[] Matrix3x3Lib.toEulerAngles(Matrix3x3 matrix3x3)
           
static Matrix3x3Mut Matrix3x3Lib.transpose3x3(Matrix3x3 matrix3x3)
           
 


CroftSoft Javadoc

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