| Package | Description |
|---|---|
| ch.hevs.gdx2d.components.physics.primitives | |
| ch.hevs.gdx2d.lib.physics |
| Modifier and Type | Class and Description |
|---|---|
class |
PhysicsBox
A physical shape which collides as a box, see
AbstractPhysicsObject. |
class |
PhysicsCircle
A physical shape which collides as a circle, see
AbstractPhysicsObject. |
class |
PhysicsPolygon
A physical shape which collides as a polygon, see
AbstractPhysicsObject. |
class |
PhysicsStaticBox
A physical box that does not move, see
AbstractPhysicsObject. |
class |
PhysicsStaticCircle
A physical circle that does not move, see
AbstractPhysicsObject. |
class |
PhysicsStaticLine
A physical line that does not move, see
AbstractPhysicsObject. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPhysicsObject.collision(AbstractPhysicsObject theOtherObject,
float energy)
A collision occurred between this object and another.
|
Copyright © 2014-2016 gdx2d - https://github.com/hevs-isi/gdx2d