Uses of Class
com.threerings.tudey.shape.Compound

Packages that use Compound
com.threerings.tudey.client.cursor   
com.threerings.tudey.shape   
com.threerings.tudey.space   
 

Uses of Compound in com.threerings.tudey.client.cursor
 

Methods in com.threerings.tudey.client.cursor that return Compound
 Compound SelectionCursor.getShape()
          Returns a reference to the shape of the cursor.
 

Uses of Compound in com.threerings.tudey.shape
 

Methods in com.threerings.tudey.shape with parameters of type Compound
abstract  Vector2f Shape.getPenetration(Compound compound, Vector2f result)
          Finds the penetration of the specified compound into this shape.
 Vector2f Segment.getPenetration(Compound compound, Vector2f result)
           
 Vector2f Polygon.getPenetration(Compound compound, Vector2f result)
           
 Vector2f Point.getPenetration(Compound compound, Vector2f result)
           
 Vector2f None.getPenetration(Compound compound, Vector2f result)
           
 Vector2f Global.getPenetration(Compound compound, Vector2f result)
           
 Vector2f Compound.getPenetration(Compound compound, Vector2f result)
           
 Vector2f Circle.getPenetration(Compound compound, Vector2f result)
           
 Vector2f Capsule.getPenetration(Compound compound, Vector2f result)
           
 boolean ShapeElement.intersects(Compound compound)
           
abstract  boolean Shape.intersects(Compound compound)
          Checks for an intersection with this shape and the specified compound.
 boolean Segment.intersects(Compound compound)
           
 boolean Polygon.intersects(Compound compound)
           
 boolean Point.intersects(Compound compound)
           
 boolean None.intersects(Compound compound)
           
 boolean Global.intersects(Compound compound)
           
 boolean Compound.intersects(Compound compound)
           
 boolean Circle.intersects(Compound compound)
           
 boolean Capsule.intersects(Compound compound)
           
 

Uses of Compound in com.threerings.tudey.space
 

Methods in com.threerings.tudey.space with parameters of type Compound
 boolean SpaceElement.intersects(Compound compound)
          Determines whether this element intersects the supplied compound.
 boolean SimpleSpaceElement.intersects(Compound compound)
           
 



Copyright © 2011. All Rights Reserved.