Searched defs:btDistance (Results 1 – 3 of 3) sorted by relevance
905 btDistance(const btVector3& v1, const btVector3& v2) in btDistance() function
220 public static float btDistance(Vector3 v1, Vector3 v2) { in btDistance() method in LinearMath
150 public final static native float btDistance(Vector3 jarg1, Vector3 jarg2); in btDistance() method in LinearMathJNI