|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectSGPhysics.Constraint
public class Constraint
| Field Summary | |
|---|---|
SGBody |
a
|
SGBody |
b
|
float |
length
|
float |
stiffness
|
| Constructor Summary | |
|---|---|
Constraint(SGBody a,
SGBody b,
float stiffness)
Creates a new instance of Constraint |
|
| Method Summary | |
|---|---|
void |
render(processing.core.PApplet parent)
|
void |
resolve()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public SGBody a
public SGBody b
public float length
public float stiffness
| Constructor Detail |
|---|
public Constraint(SGBody a,
SGBody b,
float stiffness)
| Method Detail |
|---|
public void resolve()
public void render(processing.core.PApplet parent)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||