|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.physics.kinematics.Pulley
public class Pulley
A class to represent an ideal pulley (change force direction but keep strength).
| Constructor Summary | |
|---|---|
Pulley(Force f1,
Force f2)
Creates a new Pulley object. |
|
| Method Summary | |
|---|---|
Force |
getForce1()
DOCUMENT ME! |
Force |
getForce2()
DOCUMENT ME! |
AbstractDoubleVector |
getForce2Vector(double t)
DOCUMENT ME! |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Pulley(Force f1,
Force f2)
f1 - DOCUMENT ME!f2 - DOCUMENT ME!| Method Detail |
|---|
public Force getForce1()
public Force getForce2()
public AbstractDoubleVector getForce2Vector(double t)
t - DOCUMENT ME!
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||