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

| Field Summary | |
|---|---|
toxi.geom.Vec3D.Axis |
axis
|
float |
threshold
|
| Constructor Summary | |
|---|---|
MaxConstraint(toxi.geom.Vec3D.Axis axis,
float threshold)
|
|
| Method Summary | |
|---|---|
void |
apply(VerletParticle 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.Vec3D.Axis axis
public float threshold
| Constructor Detail |
|---|
public MaxConstraint(toxi.geom.Vec3D.Axis axis,
float threshold)
| Method Detail |
|---|
public void apply(VerletParticle p)
ParticleConstraint
apply in interface ParticleConstraintp - particle
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||