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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btConvexHull.h 56 class HullDesc
59 HullDesc(void)
70 HullDesc(HullFlag flag,
194 HullError CreateConvexHull(const HullDesc& desc, // describes the input request
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
HullDesc.java 17 public class HullDesc extends BulletBase {
20 protected HullDesc(final String className, long cPtr, boolean cMemoryOwn) {
25 /** Construct a new HullDesc, normally you should not need this constructor it's intended for low-level usage. */
26 public HullDesc(long cPtr, boolean cMemoryOwn) {
27 this("HullDesc", cPtr, cMemoryOwn);
38 public static long getCPtr(HullDesc obj) {
60 public HullDesc() {
64 public HullDesc(int flag, long vcount, btVector3 vertices, long stride) {
68 public HullDesc(int flag, long vcount, btVector3 vertices) {

Completed in 1084 milliseconds