[][src]Module nphysics2d::force_generator

Persistent force generation.

Structs

ConstantAcceleration

Force generator adding a constant acceleration at the center of mass of a set of body parts.

Spring

Generator of a force proportional to the distance separating two bodies.

Traits

ForceGenerator

A persistent force generator.

ForceGeneratorSet

Trait implemented by sets of force generators.

Type Definitions

DefaultForceGeneratorHandle

The handle of a force generator.

DefaultForceGeneratorSet

Default force generator set based on an arena with generational indices.