OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:calculateVelocityQuaternion
(Results
1 - 3
of
3
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btTransformUtil.h
82
static void
calculateVelocityQuaternion
(const btVector3& pos0,const btVector3& pos1,const btQuaternion& orn0,const btQuaternion& orn1,btScalar timeStep,btVector3& linVel,btVector3& angVel)
185
btTransformUtil::
calculateVelocityQuaternion
(m_posA,toPosA,m_ornA,toOrnA,btScalar(1.),linVelA,angVelA);
186
btTransformUtil::
calculateVelocityQuaternion
(m_posB,toPosB,m_ornB,toOrnB,btScalar(1.),linVelB,angVelB);
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
btTransformUtil.java
64
public static void
calculateVelocityQuaternion
(Vector3 pos0, Vector3 pos1, Quaternion orn0, Quaternion orn1, float timeStep, Vector3 linVel, Vector3 angVel) {
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/
linearmath_wrap.cpp
[
all
...]
Completed in 150 milliseconds