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

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

Uses of Point in com.threerings.tudey.shape
 

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

Uses of Point in com.threerings.tudey.space
 

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



Copyright © 2011. All Rights Reserved.