[][src]Module physme::dim2

This module provides the primitives and systems for 2d physics simulation.

For examples, see the root of the crate.

Modules

stage

Structs

AngularTolerance

The global angular tolerance in radians, affects all semikinematic bodies.

GlobalGravity

The global gravity that affects every RigidBody with the Semikinematic status.

GlobalStep

The global step value, affects all semikinematic bodies.

GlobalUp

The global up vector, affects all semikinematic bodies.

Manifold

The manifold, representing detailed data on a collision between two RigidBodys.

NarrowPhase
Physics2dPlugin

This is what you want to add to your App if you want to run 2d physics simulation.

PhysicsStep
RigidBody

The rigid body.

Shape

The shape of a rigid body.

Solver

Enums

RotationMode

The axis on which to rotate the 2d rotation into a 3d quaternion.

TranslationMode

The plane on which to translate the 2d position into 3d coordinates.

Functions

broad_phase_system
sync_transform_system

Type Definitions

BroadPhase