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

Packages that use AxisAngle
com.croftsoft.core.math.axis Axis-angle (used in 3D graphics). 
com.croftsoft.core.media.jogl.camera JOGL camera orientation. 
 

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

Subinterfaces of AxisAngle in com.croftsoft.core.math.axis
 interface AxisAngleMut
          A mutator interface for an AxisAngle.
 

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

Methods in com.croftsoft.core.math.axis with parameters of type AxisAngle
 void AxisAngleMut.copy(AxisAngle axisAngle)
           
 void AxisAngleImp.copy(AxisAngle axisAngle)
           
static double AxisAngleLib.magnitude(AxisAngle axisAngle)
           
 boolean AxisAngleImp.matches(AxisAngle axisAngle)
           
 boolean AxisAngle.matches(AxisAngle axisAngle)
           
static boolean AxisAngleLib.matches(AxisAngle axisAngle0, AxisAngle axisAngle1)
           
static boolean AxisAngleLib.matches(AxisAngle axisAngle0, AxisAngle axisAngle1, double tolerance)
           
 boolean AxisAngleImp.matches(AxisAngle axisAngle, double tolerance)
           
 boolean AxisAngle.matches(AxisAngle axisAngle, double tolerance)
           
static boolean AxisAngleTest.testToRotationMatrix(AxisAngle axisAngle)
           
static QuatMut AxisAngleLib.toQuat(AxisAngle axisAngle)
           
static Matrix3x3Mut AxisAngleLib.toRotationMatrix(AxisAngle axisAngle)
           
static String AxisAngleLib.toString(AxisAngle axisAngle)
           
 

Constructors in com.croftsoft.core.math.axis with parameters of type AxisAngle
AxisAngleImp(AxisAngle axisAngle)
           
 

Uses of AxisAngle in com.croftsoft.core.media.jogl.camera
 

Methods in com.croftsoft.core.media.jogl.camera that return AxisAngle
 AxisAngle JoglCameraImp.getAxisAngle()
           
 AxisAngle JoglCamera.getAxisAngle()
           
 

Methods in com.croftsoft.core.media.jogl.camera with parameters of type AxisAngle
 void JoglCameraMut.rotate(AxisAngle axisAngle)
           
 void JoglCameraImp.rotate(AxisAngle axisAngle)
           
 void JoglCameraMut.setAxisAngle(AxisAngle axisAngle)
           
 void JoglCameraImp.setAxisAngle(AxisAngle axisAngle)
           
 

Constructors in com.croftsoft.core.media.jogl.camera with parameters of type AxisAngle
JoglCameraImp(AxisAngle axisAngle, double x, double y, double z)
           
 


CroftSoft Javadoc

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