| Package | Description |
|---|---|
| org.gicentre.utils.network.traer.physics |
Physics library for use with Processing.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Attraction
This class implements TwoBodyForce to represent an inverse-square law force with a force
constant and minimal distance.
|
class |
Spring
Class for representing a physical spring by extending
TwoBodyForce to calculate
the force with a spring constant (Spring.ks), damping factor (Spring.d), and an
ideal length (Spring.l). |
class |
TwoBodyForce
TwoBodyForce is
Force between two specified Particles, which extends
TargetedForce and simplifies implementation of custom Forces. |