OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:b2Rot
(Results
1 - 12
of
12
) sorted by null
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Common/
b2Math.h
303
struct
b2Rot
305
b2Rot
() {}
308
explicit
b2Rot
(float32 angle)
360
b2Transform(const b2Vec2& position, const
b2Rot
& rotation) : p(position), q(rotation) {}
377
b2Rot
q;
544
inline
b2Rot
b2Mul(const
b2Rot
& q, const
b2Rot
& r)
550
b2Rot
qr;
557
inline
b2Rot
b2MulT(const b2Rot& q, const b2Rot& r
[
all
...]
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Joints/
b2DistanceJoint.cpp
83
b2Rot
qA(aA), qB(aB);
197
b2Rot
qA(aA), qB(aB);
b2RopeJoint.cpp
67
b2Rot
qA(aA), qB(aB);
169
b2Rot
qA(aA), qB(aB);
b2PulleyJoint.cpp
94
b2Rot
qA(aA), qB(aB);
197
b2Rot
qA(aA), qB(aB);
b2WeldJoint.cpp
77
b2Rot
qA(aA), qB(aB);
234
b2Rot
qA(aA), qB(aB);
b2WheelJoint.cpp
101
b2Rot
qA(aA), qB(aB);
287
b2Rot
qA(aA), qB(aB);
b2FrictionJoint.cpp
75
b2Rot
qA(aA), qB(aB);
b2MouseJoint.cpp
108
b2Rot
qB(aB);
b2GearJoint.cpp
166
b2Rot
qA(aA), qB(aB), qC(aC), qD(aD);
282
b2Rot
qA(aA), qB(aB), qC(aC), qD(aD);
b2RevoluteJoint.cpp
83
b2Rot
qA(aA), qB(aB);
298
b2Rot
qA(aA), qB(aB);
b2MotorJoint.cpp
82
b2Rot
qA(aA), qB(aB);
b2PrismaticJoint.cpp
147
b2Rot
qA(aA), qB(aB);
370
b2Rot
qA(aA), qB(aB);
Completed in 174 milliseconds