|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objecttoxi.physics2d.constraints.CircularConstraint
public class CircularConstraint

| Field Summary | |
|---|---|
toxi.geom.Circle |
circle
|
| Constructor Summary | |
|---|---|
CircularConstraint(toxi.geom.Circle circle)
|
|
CircularConstraint(toxi.geom.Vec2D origin,
float radius)
|
|
| Method Summary | |
|---|---|
void |
apply(VerletParticle2D p)
Applies the constraint to the passed in particle. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public toxi.geom.Circle circle
| Constructor Detail |
|---|
public CircularConstraint(toxi.geom.Circle circle)
public CircularConstraint(toxi.geom.Vec2D origin,
float radius)
| Method Detail |
|---|
public void apply(VerletParticle2D p)
ParticleConstraint2D
apply in interface ParticleConstraint2Dp - particle
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||