Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.vrspace.server.Transform

Uses of Transform in org.vrspace.server
 

Fields in org.vrspace.server declared as Transform
protected  Transform Client.pos
           
 

Methods in org.vrspace.server that return Transform
 Transform[] Scene.get(double x, double y, double z, double range)
          Returns transforms within the range
Does not return permanent objects
TODO: check bounding boxes
 Transform[] Scene.getAll()
          Retreive all the Transforms in the scene
 Transform Dispatcher.getTransform(org.vrspace.attributes.HasTransform o)
          Returns parent Transform of o
 Transform Client.getPos()
          This returns client's Transform.
 

Methods in org.vrspace.server with parameters of type Transform
 double Transform.getDistance(Transform t)
          calculates distance to the specified transform
protected  void Scene.addTransform(Transform t)
          Add Transform and it's members to the scene.
 void Scene.update(Transform t)
          Update the scene with coordinates of t
 void Scene.remove(Transform t)
          Removes an object from the scene.
protected  boolean Scene.testTransform(Transform t)
          Test Transform against set of filters.
 void Dispatcher.removeTransform(Client c, Transform t)
          Remove a Transform from the database.
 void Dispatcher.putTransform(Client c, Transform t)
          Add a Transform from the database.