echo.util.verlet

..
Composite

A Composite contains Dots and Constraints. It can be thought of as a "Body" in the Verlet simulation.

Constraint

ConstraintIterator

DistanceConstraint

Dot

The Dot is the basic building block of the Verlet simulation, representing a single moving point.

PinConstraint

RotationConstraint

Verlet

A Verlet physics simulation, using Dots, Constraints, and Composites. Useful for goofy Softbody visuals and effects!