|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PhysicBody.OnMovementListener | |
---|---|
edu.eside.flingbox.bodies | |
edu.eside.flingbox.physics | |
edu.eside.flingbox.physics.collisions |
Uses of PhysicBody.OnMovementListener in edu.eside.flingbox.bodies |
---|
Classes in edu.eside.flingbox.bodies that implement PhysicBody.OnMovementListener | |
---|---|
class |
Polygon
Polygon is a general class which handles the physics and render instances of a polygonal Body. |
Uses of PhysicBody.OnMovementListener in edu.eside.flingbox.physics |
---|
Constructors in edu.eside.flingbox.physics with parameters of type PhysicBody.OnMovementListener | |
---|---|
PhysicPolygon(Vector2D[] points,
float bodyMass,
Vector2D position,
PhysicBody.OnMovementListener listener)
Constructor physics for default polygon. |
Uses of PhysicBody.OnMovementListener in edu.eside.flingbox.physics.collisions |
---|
Classes in edu.eside.flingbox.physics.collisions that implement PhysicBody.OnMovementListener | |
---|---|
class |
Collider
Abstract collision manager for any object. |
class |
ColliderPolygon
Collider for a polygon. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |