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

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

Uses of Circle in com.threerings.tudey.shape
 

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

Uses of Circle in com.threerings.tudey.space
 

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



Copyright © 2011. All Rights Reserved.