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

Packages that use Matrix3x3Mut
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). 
 

Uses of Matrix3x3Mut in com.croftsoft.core.math.axis
 

Methods in com.croftsoft.core.math.axis that return Matrix3x3Mut
 Matrix3x3Mut AxisAngleImp.toRotationMatrix()
           
 Matrix3x3Mut AxisAngle.toRotationMatrix()
           
static Matrix3x3Mut AxisAngleLib.toRotationMatrix(AxisAngle axisAngle)
           
 

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

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

Methods in com.croftsoft.core.math.matrix that return Matrix3x3Mut
static Matrix3x3Mut Matrix3x3Lib.createRotationMatrix(double degreesX, double degreesY, double degreesZ)
           
static Matrix3x3Mut Matrix3x3Lib.createRotationMatrixX(double degrees)
           
static Matrix3x3Mut Matrix3x3Lib.createRotationMatrixY(double degrees)
           
static Matrix3x3Mut Matrix3x3Lib.createRotationMatrixZ(double degrees)
           
 Matrix3x3Mut Matrix3x3Imp.multiply3x3(Matrix3x3 matrix3x3)
           
 Matrix3x3Mut Matrix3x3.multiply3x3(Matrix3x3 matrix3x3)
           
static Matrix3x3Mut Matrix3x3Lib.multiply3x3(Matrix3x3 matrix3x3a, Matrix3x3 matrix3x3b)
           
 Matrix3x3Mut Matrix3x3Imp.transpose3x3()
           
 Matrix3x3Mut Matrix3x3.transpose3x3()
           
static Matrix3x3Mut Matrix3x3Lib.transpose3x3(Matrix3x3 matrix3x3)
           
 

Uses of Matrix3x3Mut in com.croftsoft.core.math.quat
 

Methods in com.croftsoft.core.math.quat that return Matrix3x3Mut
 Matrix3x3Mut QuatImp.toRotationMatrix()
           
 Matrix3x3Mut Quat.toRotationMatrix()
           
static Matrix3x3Mut QuatLib.toRotationMatrix(Quat quat)
           
 


CroftSoft Javadoc

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