Package de.chaffic.dynamics

Types

Link copied to clipboard
class Body(shape: Shape, x: Double, y: Double) : AbstractPhysicalBody, CollisionBodyInterface

Class to create a body to add to a world.

Link copied to clipboard
object Physics

Settings class where all the constants are stored for the physics engine.

Link copied to clipboard
class World(gravity: Vec2)

Class for creating a world with iterative solver structure.