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

Packages that use Polygon
com.threerings.tudey.shape   
com.threerings.tudey.space   
 

Uses of Polygon in com.threerings.tudey.shape
 

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

Uses of Polygon in com.threerings.tudey.space
 

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



Copyright © 2011. All Rights Reserved.