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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btHeightfieldTerrainShape.cpp 16 #include "btHeightfieldTerrainShape.h"
22 btHeightfieldTerrainShape::btHeightfieldTerrainShape
36 btHeightfieldTerrainShape::btHeightfieldTerrainShape(int heightStickWidth, int heightStickLength,const void* heightfieldData,btScalar maxHeight,int upAxis,bool useFloatData,bool flipQuadEdges)
54 void btHeightfieldTerrainShape::initialize
121 btHeightfieldTerrainShape::~btHeightfieldTerrainShape()
127 void btHeightfieldTerrainShape::getAabb(const btTransform& t,btVector3& aabbMin,btVector3& aabbMax) const
149 btHeightfieldTerrainShape::getRawHeightFieldValue(int x,int y) cons
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/
btHeightfieldTerrainShape.java 18 public class btHeightfieldTerrainShape extends btConcaveShape {
21 protected btHeightfieldTerrainShape(final String className, long cPtr, boolean cMemoryOwn) {
26 /** Construct a new btHeightfieldTerrainShape, normally you should not need this constructor it's intended for low-level usage. */
27 public btHeightfieldTerrainShape(long cPtr, boolean cMemoryOwn) {
28 this("btHeightfieldTerrainShape", cPtr, cMemoryOwn);
39 public static long getCPtr(btHeightfieldTerrainShape obj) {
82 public btHeightfieldTerrainShape(int heightStickWidth, int heightStickLength, java.nio.FloatBuffer heightfieldData, float heightScale, float minHeight, float maxHeight, int upAxis, boolean flipQuadEdges) {
83 this(btHeightfieldTerrainShape.SwigConstructbtHeightfieldTerrainShape(heightStickWidth, heightStickLength, heightfieldData, heightScale, minHeight, maxHeight, upAxis, flipQuadEdges), true);
91 public btHeightfieldTerrainShape(int heightStickWidth, int heightStickLength, java.nio.ShortBuffer heightfieldData, float heightScale, float minHeight, float maxHeight, int upAxis, boolean flipQuadEdges) {
92 this(btHeightfieldTerrainShape.SwigConstructbtHeightfieldTerrainShape(heightStickWidth, heightStickLength, heightfieldData, heigh (…)
    [all...]

Completed in 92 milliseconds