OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:btAngle
(Results
1 - 3
of
3
) sorted by null
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btQuaternion.h
860
btAngle
(const btQuaternion& q1, const btQuaternion& q2)
btVector3.h
912
btAngle
(const btVector3& v1, const btVector3& v2)
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
LinearMath.java
224
public static float
btAngle
(Vector3 v1, Vector3 v2) {
260
public static float
btAngle
(Quaternion q1, Quaternion q2) {
Completed in 38 milliseconds