| 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 | Class and Description |
|---|---|
class |
AbstractPhysicsObject
An abstract physical object that contains everything required for simulation.
For concrete instances, see PhysicsBox, PhysicsCircle,
PhysicsPolygon, PhysicsStaticBox and
PhysicsStaticCircle. |
Copyright © 2014-2016 gdx2d - https://github.com/hevs-isi/gdx2d