HomeSort by relevance Sort by last modified time
    Searched refs:b2Mat33 (Results 1 - 7 of 7) sorted by null

  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Common/
b2Math.cpp 25 b2Vec3 b2Mat33::Solve33(const b2Vec3& b) const
41 b2Vec2 b2Mat33::Solve22(const b2Vec2& b) const
56 void b2Mat33::GetInverse22(b2Mat33* M) const
71 void b2Mat33::GetSymInverse33(b2Mat33* M) const
b2Math.h 261 struct b2Mat33
264 b2Mat33() {}
267 b2Mat33(const b2Vec3& c1, const b2Vec3& c2, const b2Vec3& c3)
293 void GetInverse22(b2Mat33* M) const;
297 void GetSymInverse33(b2Mat33* M) const;
532 inline b2Vec3 b2Mul(const b2Mat33& A, const b2Vec3& v)
538 inline b2Vec2 b2Mul22(const b2Mat33& A, const b2Vec2& v)
  /external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Joints/
b2WeldJoint.h 123 b2Mat33 m_mass;
b2PrismaticJoint.h 187 b2Mat33 m_K;
b2RevoluteJoint.h 194 b2Mat33 m_mass; // effective mass for point-to-point constraint.
b2WeldJoint.cpp 94 b2Mat33 K;
244 b2Mat33 K;
b2PrismaticJoint.cpp 438 b2Mat33 K;

Completed in 89 milliseconds