Module dagon.collision.shape

Convex collision shape.

Description

The dagon.collision.shape module provides the CollisionShape that encapsulates convex geometry and transformation data, and provides methods for bounding volumes and support point calculations. CollisionShape is a proxy for the underlying geometry, applying transformations as needed.

Classes

NameDescription
CollisionShape Represents a collision shape with geometry and transformation. This class provides access to the shape's position, bounding volumes, and support point calculations for collision detection algorithms.