org.xith3d.selection
Class ViewConstraints

java.lang.Object
  extended by org.xith3d.selection.ViewConstraints
All Implemented Interfaces:
MovementConstraints

public class ViewConstraints
extends java.lang.Object
implements MovementConstraints


Constructor Summary
ViewConstraints()
           
 
Method Summary
 void computeNewPosition(RenderPassConfig rpc, Canvas3D canvas, int x, int y, org.openmali.vecmath2.Point3f p0, org.openmali.vecmath2.Point3f newPosition)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ViewConstraints

public ViewConstraints()
Method Detail

computeNewPosition

public void computeNewPosition(RenderPassConfig rpc,
                               Canvas3D canvas,
                               int x,
                               int y,
                               org.openmali.vecmath2.Point3f p0,
                               org.openmali.vecmath2.Point3f newPosition)
Specified by:
computeNewPosition in interface MovementConstraints