Package org.jbox2d.common

This package contains various math and utility functions used by all of JBox2d, including vectors (Vec2), matrices (Mat22), transforms (XForm), colors (Color3f), and CCD sweeps (Sweep), as well as the global settings for the simulation (Settings).

See:
          Description

Class Summary
Color3f Similar to javax.vecmath.Color3f holder
Mat22 A 2x2 matrix class.
MathUtils A few math methods that don't fit very well anywhere else.
Settings Global tuning constants based on MKS units and various integer maximums (vertices per shape, pairs, etc.).
Sweep Primarily for internal use.
Vec2 A 2-dimensional vector class.
XForm A transform contains translation and rotation.
 

Package org.jbox2d.common Description

This package contains various math and utility functions used by all of JBox2d, including vectors (Vec2), matrices (Mat22), transforms (XForm), colors (Color3f), and CCD sweeps (Sweep), as well as the global settings for the simulation (Settings).