OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getinterpolationworldtransform
(Results
1 - 13
of
13
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btConvex2dConvex2dAlgorithm.cpp
166
btScalar squareMot0 = (col0->
getInterpolationWorldTransform
().getOrigin() - col0->getWorldTransform().getOrigin()).length2();
167
btScalar squareMot1 = (col1->
getInterpolationWorldTransform
().getOrigin() - col1->getWorldTransform().getOrigin()).length2();
192
if (ccd1.calcTimeOfImpact(col0->getWorldTransform(),col0->
getInterpolationWorldTransform
(),
193
col1->getWorldTransform(),col1->
getInterpolationWorldTransform
(),result))
225
if (ccd1.calcTimeOfImpact(col0->getWorldTransform(),col0->
getInterpolationWorldTransform
(),
226
col1->getWorldTransform(),col1->
getInterpolationWorldTransform
(),result))
btConvexConcaveCollisionAlgorithm.cpp
233
btScalar squareMot0 = (convexbody->
getInterpolationWorldTransform
().getOrigin() - convexbody->getWorldTransform().getOrigin()).length2();
245
btTransform convexToLocal = triInv * convexbody->
getInterpolationWorldTransform
();
btConvexConvexAlgorithm.cpp
700
btScalar squareMot0 = (col0->
getInterpolationWorldTransform
().getOrigin() - col0->getWorldTransform().getOrigin()).length2();
701
btScalar squareMot1 = (col1->
getInterpolationWorldTransform
().getOrigin() - col1->getWorldTransform().getOrigin()).length2();
729
if (ccd1.calcTimeOfImpact(col0->getWorldTransform(),col0->
getInterpolationWorldTransform
(),
730
col1->getWorldTransform(),col1->
getInterpolationWorldTransform
(),result))
762
if (ccd1.calcTimeOfImpact(col0->getWorldTransform(),col0->
getInterpolationWorldTransform
(),
763
col1->getWorldTransform(),col1->
getInterpolationWorldTransform
(),result))
btCollisionObject.h
360
const btTransform&
getInterpolationWorldTransform
() const
365
btTransform&
getInterpolationWorldTransform
()
btCollisionWorld.cpp
159
colObj->getCollisionShape()->getAabb(colObj->
getInterpolationWorldTransform
(),minAabb2,maxAabb2);
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/swig/collision/
btCollisionObject.i
160
void
getInterpolationWorldTransform
(btTransform & out) {
161
out = $self->
getInterpolationWorldTransform
();
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftBodyConcaveCollisionAlgorithm.cpp
256
btScalar squareMot0 = (convexbody->
getInterpolationWorldTransform
().getOrigin() - convexbody->getWorldTransform().getOrigin()).length2();
268
btTransform convexToLocal = triInv * convexbody->
getInterpolationWorldTransform
();
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Dynamics/
btSimpleDynamicsWorld.cpp
240
body->predictIntegratedTransform(timeStep,body->
getInterpolationWorldTransform
());
btDiscreteDynamicsWorld.cpp
365
btTransformUtil::integrateTransform(body->
getInterpolationWorldTransform
(),
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btCollisionObjectDoubleData.java
107
public btTransformDoubleData
getInterpolationWorldTransform
() {
btCollisionObjectFloatData.java
107
public btTransformFloatData
getInterpolationWorldTransform
() {
btCollisionObject.java
325
public Matrix4
getInterpolationWorldTransform
() {
454
public void
getInterpolationWorldTransform
(Matrix4 out) {
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
collision_wrap.cpp
[
all
...]
Completed in 1154 milliseconds