package
0.0.0-20190915210024-47917a8669ba
Repository: https://github.com/moethu/engine.git
Documentation: pkg.go.dev

# Functions

NewBody creates and returns a pointer to a new RigidBody.

# Constants

No description provided by the author
No description provided by the author
Dispatched after two bodies collide.
A dynamic body is fully simulated.
A kinematic body moves under simulation according to its velocity.
use mesh itself.
Dispatched after a body has fallen asleep.
No description provided by the author
No description provided by the author
Dispatched after a body has gone in to the sleepy state.
No description provided by the author
A static body does not move during simulation and behaves as if it has infinite mass.
Dispatched after a sleeping body has woken up.

# Structs

Body represents a physics-driven body.

# Type aliases

BodyStatus specifies.
BodyType specifies how the body is affected during the simulation.
TODO.