Uses of Class
org.jbox2d.common.Mat22

Packages that use Mat22
org.jbox2d.collision   
org.jbox2d.common   
org.jbox2d.dynamics.joints   
 

Uses of Mat22 in org.jbox2d.collision
 

Fields in org.jbox2d.collision declared as Mat22
 Mat22 OBB.R
           
 

Constructors in org.jbox2d.collision with parameters of type Mat22
OBB(Mat22 _R, Vec2 _center, Vec2 _extents)
           
 

Uses of Mat22 in org.jbox2d.common
 

Fields in org.jbox2d.common declared as Mat22
 Mat22 XForm.R
          A matrix representing a rotation
 

Methods in org.jbox2d.common that return Mat22
 Mat22 Mat22.abs()
           
static Mat22 Mat22.abs(Mat22 R)
           
 Mat22 Mat22.add(Mat22 B)
           
 Mat22 Mat22.addLocal(Mat22 B)
           
 Mat22 Mat22.clone()
           
 Mat22 Mat22.invert()
          Returns the inverted Mat22 - does NOT invert the matrix locally!
 Mat22 Mat22.mul(Mat22 R)
           
static Mat22 Mat22.mul(Mat22 A, Mat22 B)
           
 Mat22 Mat22.mulT(Mat22 B)
           
static Mat22 Mat22.mulT(Mat22 A, Mat22 B)
           
 

Methods in org.jbox2d.common with parameters of type Mat22
static Mat22 Mat22.abs(Mat22 R)
           
 Mat22 Mat22.add(Mat22 B)
           
 Mat22 Mat22.addLocal(Mat22 B)
           
 Mat22 Mat22.mul(Mat22 R)
           
static Mat22 Mat22.mul(Mat22 A, Mat22 B)
           
static Vec2 Mat22.mul(Mat22 R, Vec2 v)
           
 Mat22 Mat22.mulT(Mat22 B)
           
static Mat22 Mat22.mulT(Mat22 A, Mat22 B)
           
static Vec2 Mat22.mulT(Mat22 R, Vec2 v)
           
 void Mat22.set(Mat22 m)
           
 

Constructors in org.jbox2d.common with parameters of type Mat22
XForm(Vec2 _position, Mat22 _R)
          Initialize using a position vector and a rotation matrix.
 

Uses of Mat22 in org.jbox2d.dynamics.joints
 

Fields in org.jbox2d.dynamics.joints declared as Mat22
 Mat22 MouseJoint.m_mass
           
 Mat22 RevoluteJoint.m_pivotMass