HomeSort by relevance Sort by last modified time
    Searched defs:btQuantizedBvh (Results 1 - 2 of 2) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
btQuantizedBvh.cpp 16 #include "btQuantizedBvh.h"
24 btQuantizedBvh::btQuantizedBvh() :
40 void btQuantizedBvh::buildInternal()
91 void btQuantizedBvh::setQuantizationValues(const btVector3& bvhAabbMin,const btVector3& bvhAabbMax,btScalar quantizationMargin)
123 btQuantizedBvh::~btQuantizedBvh()
132 void btQuantizedBvh::buildTree (int startIndex,int endIndex)
215 void btQuantizedBvh::updateSubtreeHeaders(int leftChildNodexIndex,int rightChildNodexIndex)
248 int btQuantizedBvh::sortAndCalcSplittingIndex(int startIndex,int endIndex,int splitAxis
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btQuantizedBvh.java 18 public class btQuantizedBvh extends BulletBase {
21 protected btQuantizedBvh(final String className, long cPtr, boolean cMemoryOwn) {
26 /** Construct a new btQuantizedBvh, normally you should not need this constructor it's intended for low-level usage. */
27 public btQuantizedBvh(long cPtr, boolean cMemoryOwn) {
28 this("btQuantizedBvh", cPtr, cMemoryOwn);
39 public static long getCPtr(btQuantizedBvh obj) {
61 public btQuantizedBvh() {
134 public static btQuantizedBvh deSerializeInPlace(long i_alignedDataBuffer, long i_dataBufferSize, boolean i_swapEndian) {
136 return (cPtr == 0) ? null : new btQuantizedBvh(cPtr, false);

Completed in 2314 milliseconds