Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Common/
Db2Math.h354 struct b2Transform struct
357 b2Transform() {} in b2Transform() function
360 b2Transform(const b2Vec2& position, const b2Rot& rotation) : p(position), q(rotation) {} in b2Transform() argument
363 void SetIdentity() in SetIdentity()
388 void GetTransform(b2Transform* xfb, float32 beta) const; argument