Searched defs:btSwapVector3Endian (Results 1 – 3 of 3) sorted by relevance
1250 SIMD_FORCE_INLINE void btSwapVector3Endian(const btVector3& sourceVec, btVector3& destVec) in btSwapVector3Endian() function
244 public static void btSwapVector3Endian(Vector3 sourceVec, Vector3 destVec) { in btSwapVector3Endian() method in LinearMath
165 public final static native void btSwapVector3Endian(Vector3 jarg1, Vector3 jarg2); in btSwapVector3Endian() method in LinearMathJNI