public class SpringPipe
extends java.lang.Object
Constructor and Description |
---|
SpringPipe(int nodeNumb,
double springConstant,
double friction,
double jitter) |
Modifier and Type | Method and Description |
---|---|
double |
getNextNodePosition(int nodeIndex)
Get the next mass position location
|