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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btGrahamScan2dConvexHull.h 36 struct btAngleCompareFunc {
38 btAngleCompareFunc(const btVector3& anchor)
102 btAngleCompareFunc comp(originalPoints[0]);
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
btAngleCompareFunc.java 17 public class btAngleCompareFunc extends BulletBase {
20 protected btAngleCompareFunc(final String className, long cPtr, boolean cMemoryOwn) {
25 /** Construct a new btAngleCompareFunc, normally you should not need this constructor it's intended for low-level usage. */
26 public btAngleCompareFunc(long cPtr, boolean cMemoryOwn) {
27 this("btAngleCompareFunc", cPtr, cMemoryOwn);
38 public static long getCPtr(btAngleCompareFunc obj) {
69 public btAngleCompareFunc(Vector3 anchor) {

Completed in 64 milliseconds