OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:btCompoundShapeChildData
(Results
1 - 3
of
3
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btCompoundShape.h
179
struct
btCompoundShapeChildData
192
btCompoundShapeChildData
*m_childShapePtr;
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btCompoundShapeChildData.java
18
public class
btCompoundShapeChildData
extends BulletBase {
21
protected
btCompoundShapeChildData
(final String className, long cPtr, boolean cMemoryOwn) {
26
/** Construct a new
btCompoundShapeChildData
, normally you should not need this constructor it's intended for low-level usage. */
27
public
btCompoundShapeChildData
(long cPtr, boolean cMemoryOwn) {
28
this("
btCompoundShapeChildData
", cPtr, cMemoryOwn);
39
public static long getCPtr(
btCompoundShapeChildData
obj) {
95
public
btCompoundShapeChildData
() {
/external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/autogenerated/
bullet.h
59
class
btCompoundShapeChildData
;
432
class
btCompoundShapeChildData
447
btCompoundShapeChildData
*m_childShapePtr;
[
all
...]
Completed in 356 milliseconds