|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ITensionI
Interface API of tension classes
Field Summary | |
---|---|
static double |
defaultTension
|
Method Summary | |
---|---|
boolean |
constant()
if constantTension is true, amount of force is always constant and it's equals to tension. |
ITensionI |
constant(boolean cnst)
|
IParticleI |
pt(int i)
getting end point. |
double |
tension()
tension is a coefficient to convert distance of two points to amount of force. |
ITensionI |
tension(double tension)
|
Field Detail |
---|
static final double defaultTension
Method Detail |
---|
double tension()
ITensionI tension(double tension)
boolean constant()
ITensionI constant(boolean cnst)
IParticleI pt(int i)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |