[][src]Module myelin_engine::simulation::world

Definitions for the underlying World used internally by Simulation

Modules

builder

Builder for the NphysicsWorld

rotation_translator

Trait and implementation of NphysicsRotationTranslator

Structs

BodyHandle

A unique identifier that can be used to retrieve a PhysicalBody from a World.

NphysicsWorld

An implementation of World that uses nphysics in the background.

PhysicalBody

The pure physical representation of an object that can be placed within a World

Traits

World

A container for PhysicalBodies that will apply physical laws to them on step