Package toxi.physics2d.constraints
Class MinConstraint
java.lang.Object
toxi.physics2d.constraints.MinConstraint
- All Implemented Interfaces:
ParticleConstraint2D
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Applies the constraint to the passed in particle.
-
Field Details
-
axis
-
threshold
public float threshold
-
-
Constructor Details
-
MinConstraint
-
-
Method Details
-
apply
Description copied from interface:ParticleConstraint2D
Applies the constraint to the passed in particle. The method is assumed to manipulate the given instance directly.- Specified by:
apply
in interfaceParticleConstraint2D
- Parameters:
p
- particle
-