public static class ConstellationGen.SpringConnection extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
float |
d |
ConstellationGen.SpringNode |
from |
float |
k |
boolean |
pull |
boolean |
push |
ConstellationGen.SpringNode |
to |
| Constructor and Description |
|---|
SpringConnection() |
public float k
public float d
public boolean push
public boolean pull
public ConstellationGen.SpringNode from
public ConstellationGen.SpringNode to
public SpringConnection()