Package toxi.physics2d.constraints
Class RectConstraint
java.lang.Object
toxi.physics2d.constraints.RectConstraint
- All Implemented Interfaces:
ParticleConstraint2D
-
Constructor Summary
ConstructorDescriptionRectConstraint
(Rect rect) RectConstraint
(Rect rect, boolean isContainer) RectConstraint
(Vec2D min, Vec2D max) -
Method Summary
-
Constructor Details
-
RectConstraint
-
RectConstraint
-
RectConstraint
-
-
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
-
getBox
-
setBox
-