Uses of Class
edu.eside.flingbox.math.Intersect

Packages that use Intersect
edu.eside.flingbox.math   
edu.eside.flingbox.physics.collisions   
 

Uses of Intersect in edu.eside.flingbox.math
 

Methods in edu.eside.flingbox.math that return Intersect
static Intersect[] Intersect.intersectPolygons(Vector2D[] polygonA, Vector2D[] polygonB)
          Computes all intersects between two polygons
 

Uses of Intersect in edu.eside.flingbox.physics.collisions
 

Methods in edu.eside.flingbox.physics.collisions that return Intersect
 Intersect Contact.getIntersect()
           
 

Constructors in edu.eside.flingbox.physics.collisions with parameters of type Intersect
Contact(PhysicBody bodyA, PhysicBody bodyB, Vector2D position, Vector2D sense, Intersect intersect)
          Default constructor