Package toxi.physics.constraints


Interface Summary
ParticleConstraint Defines an interface used to constrain VerletParticles based on a custom criteria (e.g.
 

Class Summary
AxisConstraint Constrains a particle's movement by locking a given axis to a fixed value.
BoxConstraint  
CylinderConstraint  
MaxConstraint  
MinConstraint  
PlaneConstraint Constrains a particle's movement by locking it to a fixed axis aligned plane.
SoftBoxConstraint  
SphereConstraint This class implements a spherical constraint for 3D VerletParticles.