Uses of Interface
com.croftsoft.core.math.axis.AxisAngleMut

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

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

Classes in com.croftsoft.core.math.axis that implement AxisAngleMut
 class AxisAngleImp
          Implementation of interface AxisAngleMut.
 

Methods in com.croftsoft.core.math.axis with parameters of type AxisAngleMut
static void AxisAngleLib.normalize(AxisAngleMut axisAngleMut)
           
 

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

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


CroftSoft Javadoc

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