OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:childTransform
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btIDebugDraw.h
350
btTransform
childTransform
= transform;
351
childTransform
.getOrigin() = transform * capStart;
353
btVector3 center =
childTransform
.getOrigin();
354
btVector3 up =
childTransform
.getBasis().getColumn((upAxis+1)%3);
355
btVector3 axis = -
childTransform
.getBasis().getColumn(upAxis);
369
btTransform
childTransform
= transform;
370
childTransform
.getOrigin() = transform * capEnd;
372
btVector3 center =
childTransform
.getOrigin();
373
btVector3 up =
childTransform
.getBasis().getColumn((upAxis+1)%3);
374
btVector3 axis =
childTransform
.getBasis().getColumn(upAxis)
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionWorld.cpp
[
all
...]
Completed in 1855 milliseconds