|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParticleConstraint | |
---|---|
toxi.physics | |
toxi.physics.constraints |
Uses of ParticleConstraint in toxi.physics |
---|
Fields in toxi.physics with type parameters of type ParticleConstraint | |
---|---|
java.util.List<ParticleConstraint> |
VerletParticle.constraints
An optional particle constraints, called immediately after a particle is updated (and only used if particle is unlocked (default) |
Methods in toxi.physics with parameters of type ParticleConstraint | |
---|---|
VerletParticle |
VerletParticle.addConstraint(ParticleConstraint c)
Adds the given constraint implementation to the list of constraints applied to this particle at each time step. |
static void |
VerletPhysics.addConstraintToAll(ParticleConstraint c,
java.util.List<VerletParticle> list)
|
boolean |
VerletParticle.removeConstraint(ParticleConstraint c)
Attempts to remove the given constraint instance from the list of active constraints. |
static void |
VerletPhysics.removeConstraintFromAll(ParticleConstraint c,
java.util.List<VerletParticle> list)
|
Uses of ParticleConstraint in toxi.physics.constraints |
---|
Classes in toxi.physics.constraints that implement ParticleConstraint | |
---|---|
class |
AxisConstraint
Constrains a particle's movement by locking a given axis to a fixed value. |
class |
BoxConstraint
|
class |
CylinderConstraint
|
class |
MaxConstraint
|
class |
MinConstraint
|
class |
PlaneConstraint
Constrains a particle's movement by locking it to a fixed axis aligned plane. |
class |
SoftBoxConstraint
|
class |
SphereConstraint
This class implements a spherical constraint for 3D VerletParticles. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |