Uses of Class
org.jbox2d.common.Mat33

Packages that use Mat33
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). 
 

Uses of Mat33 in org.jbox2d.common
 

Methods in org.jbox2d.common with parameters of type Mat33
static Vec3 Mat33.mul(Mat33 A, Vec3 v)
           
static void Mat33.mulToOut(Mat33 A, Vec3 v, Vec3 out)