Package de.chaffic.collision

Types

Link copied to clipboard
class Arbiter(a: TranslatableBody, b: TranslatableBody)

Creates manifolds to detect collisions and apply forces to them. Discrete in nature and only evaluates pairs of bodies in a single manifold.

Link copied to clipboard
class AxisAlignedBoundingBox(min: Vec2, max: Vec2)

Axis aligned bounding box volume class. Allows the creation of bounding volumes to make broad phase collision check possible and easy to do.

Link copied to clipboard
class AxisData

Class for data related to axis