|
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SymmetricInteractionRule extends InteractionRule
True interaction between two objects, according Newton's 3rd law.
If a class implements this interface, then there is a guarantee that
InteractionRule.isApplicable(Item, Item)
method returns the same result not depending on the order of its arguments,
and if calculateForce(resultXYZ, item1, item2, time)
returns
some force calculateForce(resultXYZ, item2, item1, time)
returns the force
AlgART Laboratory 2010
Modifier and Type | Method and Description |
---|
Methods inherited from interface net.algart.model3d.common.movement.model.InteractionRule |
---|
calculateForce, isApplicable |
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |