OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:childrenHasTransform
(Results
1 - 4
of
4
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/Gimpact/
btGImpactShape.h
216
virtual bool
childrenHasTransform
() const = 0;
350
if(m_compoundShape->
childrenHasTransform
())
393
virtual bool
childrenHasTransform
() const
452
if(
childrenHasTransform
())
738
virtual bool
childrenHasTransform
() const
1045
virtual bool
childrenHasTransform
() const
btGImpactShape.cpp
42
if(
childrenHasTransform
())
btGImpactCollisionAlgorithm.cpp
529
bool child_has_transform0 = shape0->
childrenHasTransform
();
530
bool child_has_transform1 = shape1->
childrenHasTransform
();
633
bool child_has_transform0 = shape0->
childrenHasTransform
();
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btGImpactShapeInterface.java
99
public boolean
childrenHasTransform
() {
Completed in 478 milliseconds