Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Common/
Db2Math.h187 struct b2Mat22 struct
190 b2Mat22() {} in b2Mat22() argument
193 b2Mat22(const b2Vec2& c1, const b2Vec2& c2) in b2Mat22() argument
200 b2Mat22(float32 a11, float32 a12, float32 a21, float32 a22) in b2Mat22() function
227 b2Mat22 GetInverse() const in GetInverse() argument
243 b2Vec2 Solve(const b2Vec2& b) const in Solve()
257 b2Vec2 ex, ey;