# Functions
NewPlane creates and returns a pointer to a new analytical collision plane.
NewSphere creates and returns a pointer to a new analytical collision sphere.
# Structs
ConvexHull is a convex triangle-based geometry used for collision detection and contact resolution.
Plane is an analytical collision Plane.
Shape is a collision shape.
Sphere is an analytical collision sphere.
# Interfaces
IShape is the interface for all collision shapes.