Uses of Class
com.croftsoft.core.media.jogl.camera.JoglCamera.Axis

Packages that use JoglCamera.Axis
com.croftsoft.core.media.jogl.camera JOGL camera orientation. 
 

Uses of JoglCamera.Axis in com.croftsoft.core.media.jogl.camera
 

Methods in com.croftsoft.core.media.jogl.camera that return JoglCamera.Axis
static JoglCamera.Axis JoglCamera.Axis.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static JoglCamera.Axis[] JoglCamera.Axis.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.croftsoft.core.media.jogl.camera with parameters of type JoglCamera.Axis
 void JoglCameraMut.rotate(JoglCamera.Axis axis, double degrees)
           
 void JoglCameraImp.rotate(JoglCamera.Axis axis, double degrees)
           
 void JoglCameraMut.translate(JoglCamera.Axis axis, double distance)
           
 void JoglCameraImp.translate(JoglCamera.Axis axis, double distance)
           
 


CroftSoft Javadoc

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