package
0.0.0-20230514135511-d21f05dcd31f
Repository: https://github.com/magtil/g3nt.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.