Uses of Class
crystalspace.jbind.impl.csgeom.transfrm.csOrthoTransform

Packages that use csOrthoTransform
crystalspace.jbind.impl.engine.camera   
crystalspace.jbind.interfaces.iengine.camera   
 

Uses of csOrthoTransform in crystalspace.jbind.impl.engine.camera
 

Methods in crystalspace.jbind.impl.engine.camera that return csOrthoTransform
 csOrthoTransform csCamera.getTransform()
           
 

Methods in crystalspace.jbind.impl.engine.camera with parameters of type csOrthoTransform
 void csCamera.setTransform(csOrthoTransform tr)
           
 

Uses of csOrthoTransform in crystalspace.jbind.interfaces.iengine.camera
 

Methods in crystalspace.jbind.interfaces.iengine.camera that return csOrthoTransform
 csOrthoTransform iCamera.getTransform()
          Get the transform corresponding to this camera.
 

Methods in crystalspace.jbind.interfaces.iengine.camera with parameters of type csOrthoTransform
 void iCamera.setTransform(csOrthoTransform tr)
          Set the transform corresponding to this camera.