Uses of Interface
org.xith3d.physics.util.Placeable

Packages that use Placeable
org.xith3d.physics.collision   
org.xith3d.physics.collision.collideable   
org.xith3d.physics.simulation   
org.xith3d.physics.util   
org.xith3d.utility.camera   
org.xith3d.utility.input   
 

Uses of Placeable in org.xith3d.physics.collision
 

Subinterfaces of Placeable in org.xith3d.physics.collision
 interface Collideable
          A Collideable is an object, which can collide with others objects.
 interface CollideableGroup
          Group of Collideables, that can be handled like a Collideable itself.
 

Classes in org.xith3d.physics.collision that implement Placeable
 class CollideableBase
          Common parent (abstract class) for all Collideable Objects.
 class CollideableGroupBase
          Common parent (abstract class) for all CollideableGroup Objects.
 

Uses of Placeable in org.xith3d.physics.collision.collideable
 

Classes in org.xith3d.physics.collision.collideable that implement Placeable
 class BoxCollideable
          A box collideable.
 class CapsuleCollideable
          A capsule collideable.
 class CylinderCollideable
          A cylinder collideable.
 class PlaneCollideable
          A plane collideable.
 class RayCollideable
          A ray collideable.
 class SphereCollideable
          A sphere collideable.
 class TriMeshCollideable
          A triangle mesh collideable.
 

Uses of Placeable in org.xith3d.physics.simulation
 

Classes in org.xith3d.physics.simulation that implement Placeable
 class Body
          A body has a position, an orientation, a linear and angular velocity, and some forces applied to it.
 

Uses of Placeable in org.xith3d.physics.util
 

Subinterfaces of Placeable in org.xith3d.physics.util
 interface ListeningPlaceable
          Placeable object : you can get/set Position and Rotation
 

Classes in org.xith3d.physics.util that implement Placeable
 class PlaceableImpl
          A small, GC-friendly implementation of the Placeable interface.
 

Uses of Placeable in org.xith3d.utility.camera
 

Constructors in org.xith3d.utility.camera with parameters of type Placeable
BasicPlaceableVerticalFocuser(View view, Placeable placeable, float height, Updater updater)
          Creates a new BasicPlaceableVerticalFocuser.
SmoothPlaceableVerticalFocuser(View view, Placeable placeable, float height, float alpha, Updater updater)
          Creates a new SmoothPlaceableVerticalFocuser.
 

Uses of Placeable in org.xith3d.utility.input
 

Constructors in org.xith3d.utility.input with parameters of type Placeable
EightDirectionsMovement(org.jagatoo.input.devices.Keyboard keyboard, Placeable placeable, float speed, Updater updater)
          New EightDirectionsMovement
EightDirectionsMovement(Placeable placeable, float speed, Updater updater)
          New EightDirectionsMovement