Uses of Interface
toxi.physics3d.constraints.ParticleConstraint3D
-
Uses of ParticleConstraint3D in toxi.physics3d
Modifier and TypeFieldDescriptionVerletParticle3D.constraints
An optional particle constraints, called immediately after a particle is updated (and only used if particle is unlocked (default)final List<ParticleConstraint3D>
VerletPhysics3D.constraints
Modifier and TypeMethodDescriptionVerletParticle3D.addConstraint
(ParticleConstraint3D c) Adds the given constraint implementation to the list of constraints applied to this particle at each time step.void
VerletPhysics3D.addConstraint
(ParticleConstraint3D constraint) static void
VerletPhysics3D.addConstraintToAll
(ParticleConstraint3D c, List<VerletParticle3D> list) boolean
VerletParticle3D.removeConstraint
(ParticleConstraint3D c) Attempts to remove the given constraint instance from the list of active constraints.boolean
VerletPhysics3D.removeConstraint
(ParticleConstraint3D c) static void
VerletPhysics3D.removeConstraintFromAll
(ParticleConstraint3D c, List<VerletParticle3D> list) -
Uses of ParticleConstraint3D in toxi.physics3d.constraints
Modifier and TypeClassDescriptionclass
Constrains a particle's movement by locking a given axis to a fixed value.class
class
class
class
class
Constrains a particle's movement by locking it to a fixed axis aligned plane.class
class
This class implements a spherical constraint for 3D VerletParticle3Ds.