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 Mat33Mat33. IDENTITYMethods in org.jbox2d.common with parameters of type Mat33 Modifier and Type Method Description voidMat33. getInverse22(Mat33 M)voidMat33. getSymInverse33(Mat33 M)static Vec3Mat33. mul(Mat33 A, Vec3 v)static Vec2Mat33. mul22(Mat33 A, Vec2 v)static voidMat33. mul22ToOut(Mat33 A, Vec2 v, Vec2 out)static voidMat33. mul22ToOutUnsafe(Mat33 A, Vec2 v, Vec2 out)static voidMat33. mulToOut(Mat33 A, Vec3 v, Vec3 out)static voidMat33. 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 Mat33PrismaticJoint. m_Kprivate Mat33RevoluteJoint. m_massprivate Mat33WeldJoint. m_mass -
Uses of Mat33 in org.jbox2d.pooling
Methods in org.jbox2d.pooling that return Mat33 Modifier and Type Method Description Mat33IWorldPool. 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. mat33sMethods in org.jbox2d.pooling.normal that return Mat33 Modifier and Type Method Description Mat33DefaultWorldPool. popMat33()
-