package
0.2.0
Repository: https://github.com/g3n/engine.git
Documentation: pkg.go.dev

# Packages

# Functions

NewMatrix creates and returns a pointer to a new collision Matrix.
NewRaycaster creates and returns a pointer to a new raycaster object with the specified origin and direction.

# Structs

Contact describes a contact point, normal, and depth.
Intersect describes the intersection between a ray and an object.
Raycaster represents an empty object that can cast rays and check for ray intersections.

# Type aliases

Matrix is a triangular collision matrix indicating which pairs of bodies are colliding.