Package org.jbox2d.p5

This package makes up the BoxWrap2d library for Processing, a simple layer on top of JBox2d to ease construction, simulation, and display of physical worlds when using Processing.

See:
          Description

Class Summary
BodyUtils Set of static methods for creating more complex bodies easily.
ForceUtils A class to hold static methods for applying forces to bodies / shapes / objects in various ways.
JBox2dP5Test  
JointBreaker Tracks the reaction force of a given joint, and destroys the joint if the reaction force is above a given threshold AND is between the minimum and maximum allowable angles.
JointUtils  
Physics A wrapper class to make using JBox2d with Processing dead simple.
PhysicsUtils  
PolygonUtils A general class for holding static methods that do things with or to polygons.
 

Package org.jbox2d.p5 Description

This package makes up the BoxWrap2d library for Processing, a simple layer on top of JBox2d to ease construction, simulation, and display of physical worlds when using Processing.