Uses of Class
org.jbox2d.common.Mat33
-
Packages that use Mat33 Package Description org.jbox2d.common org.jbox2d.dynamics.joints org.jbox2d.pooling org.jbox2d.pooling.normal -
-
Uses of Mat33 in org.jbox2d.common
Fields in org.jbox2d.common declared as Mat33 Modifier and Type Field Description static Mat33
Mat33. IDENTITY
Methods in org.jbox2d.common with parameters of type Mat33 Modifier and Type Method Description void
Mat33. getInverse22(Mat33 M)
void
Mat33. getSymInverse33(Mat33 M)
static Vec3
Mat33. mul(Mat33 A, Vec3 v)
static Vec2
Mat33. mul22(Mat33 A, Vec2 v)
static void
Mat33. mul22ToOut(Mat33 A, Vec2 v, Vec2 out)
static void
Mat33. mul22ToOutUnsafe(Mat33 A, Vec2 v, Vec2 out)
static void
Mat33. mulToOut(Mat33 A, Vec3 v, Vec3 out)
static void
Mat33. mulToOutUnsafe(Mat33 A, Vec3 v, Vec3 out)
-
Uses of Mat33 in org.jbox2d.dynamics.joints
Fields in org.jbox2d.dynamics.joints declared as Mat33 Modifier and Type Field Description private Mat33
PrismaticJoint. m_K
private Mat33
RevoluteJoint. m_mass
private Mat33
WeldJoint. m_mass
-
Uses of Mat33 in org.jbox2d.pooling
Methods in org.jbox2d.pooling that return Mat33 Modifier and Type Method Description Mat33
IWorldPool. popMat33()
-
Uses of Mat33 in org.jbox2d.pooling.normal
Fields in org.jbox2d.pooling.normal with type parameters of type Mat33 Modifier and Type Field Description private OrderedStack<Mat33>
DefaultWorldPool. mat33s
Methods in org.jbox2d.pooling.normal that return Mat33 Modifier and Type Method Description Mat33
DefaultWorldPool. popMat33()
-