OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:btFace
(Results
1 - 7
of
7
) sorted by null
/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
() {
CollisionJNI.java
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btConvexPolyhedron.h
29
struct
btFace
47
btAlignedObjectArray<
btFace
> m_faces;
btPolyhedralConvexShape.cpp
98
btAlignedObjectArray<
btFace
> tmpFaces;
180
btFace
& faceA = tmpFaces[refFace];
187
btFace
& faceB = tmpFaces[i];
209
btFace
& face = tmpFaces[coplanarFaceGroup[i]];
235
btFace
combinedFace;
268
btFace
& face = tmpFaces[j];
305
btFace
face = tmpFaces[coplanarFaceGroup[i]];
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/NarrowPhaseCollision/
btPolyhedralContactClipping.cpp
440
const
btFace
& polyA = hullA.m_faces[closestFaceA];
557
const
btFace
& polyB = hullB.m_faces[closestFaceB];
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/
classes.i
152
SPECIFY_CLASS(
btFace
, com.badlogic.gdx.physics.bullet.collision)
collision_wrap.cpp
[
all
...]
Completed in 117 milliseconds