Package toxi.physics2d.constraints
Class AxisConstraint
java.lang.Object
toxi.physics2d.constraints.AxisConstraint
- All Implemented Interfaces:
ParticleConstraint2D
Constrains a particle's movement by locking a given axis to a fixed value.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Applies the constraint to the passed in particle.
-
Field Details
-
constraint
public float constraint -
axis
-
-
Constructor Details
-
AxisConstraint
- Parameters:
axis
- axis to lockconstraint
- constrain the axis to this value
-
-
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
-