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

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btGrahamScan2dConvexHull.h 24 struct GrahamVector3 : public btVector3
26 GrahamVector3(const btVector3& org, int orgIndex)
42 bool operator()(const GrahamVector3& a, const GrahamVector3& b) const {
59 inline void GrahamScanConvexHull2D(btAlignedObjectArray<GrahamVector3>& originalPoints, btAlignedObjectArray<GrahamVector3>& hull, const btVector3& normalAxis)
  /external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
GrahamVector3.java 17 public class GrahamVector3 extends btVector3 {
20 protected GrahamVector3(final String className, long cPtr, boolean cMemoryOwn) {
25 /** Construct a new GrahamVector3, normally you should not need this constructor it's intended for low-level usage. */
26 public GrahamVector3(long cPtr, boolean cMemoryOwn) {
27 this("GrahamVector3", cPtr, cMemoryOwn);
38 public static long getCPtr(GrahamVector3 obj) {
60 public GrahamVector3(Vector3 org, int orgIndex) {

Completed in 40 milliseconds