Home
last modified time | relevance | path

Searched defs:b2Mat33 (Results 1 – 1 of 1) sorted by relevance

/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Common/
Db2Math.h261 struct b2Mat33 struct
264 b2Mat33() {} in b2Mat33() function
267 b2Mat33(const b2Vec3& c1, const b2Vec3& c2, const b2Vec3& c3) in b2Mat33() argument
293 void GetInverse22(b2Mat33* M) const; argument
299 b2Vec3 ex, ey, ez;