Spring class
A stable damped spring integrator (Ryan Juckett formulation) matching charmbracelet/harmonica.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
double pos, double vel, double equilibriumPos) → (double, double) -
Update position/velocity toward
equilibriumPos.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited