package
0.0.1
Repository: https://github.com/cyberselves/engine.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
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.