Searched defs:b2Abs (Results 1 - 1 of 1) sorted by relevance

/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Common/
H A Db2Math.h620 inline T b2Abs(T a) function
625 inline b2Vec2 b2Abs(const b2Vec2& a) function
627 return b2Vec2(b2Abs(a.x), b2Abs(a.y));
630 inline b2Mat22 b2Abs(const b2Mat22& A) function
632 return b2Mat22(b2Abs(A.ex), b2Abs(A.ey));

Completed in 404 milliseconds