OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:btFace
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btConvexPolyhedron.h
29
struct
btFace
47
btAlignedObjectArray<
btFace
> m_faces;
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btFace.java
18
public class
btFace
extends BulletBase {
21
protected
btFace
(final String className, long cPtr, boolean cMemoryOwn) {
26
/** Construct a new
btFace
, normally you should not need this constructor it's intended for low-level usage. */
27
public
btFace
(long cPtr, boolean cMemoryOwn) {
28
this("
btFace
", cPtr, cMemoryOwn);
39
public static long getCPtr(
btFace
obj) {
78
public
btFace
() {
Completed in 575 milliseconds