Searched defs:btQuaternion (Results 1 - 2 of 2) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
H A DbtQuaternion.java17 public class btQuaternion extends BulletBase { class in inherits:BulletBase
20 protected btQuaternion(final String className, long cPtr, boolean cMemoryOwn) { method in class:btQuaternion
25 /** Construct a new btQuaternion, normally you should not need this constructor it's intended for low-level usage. */
26 public btQuaternion(long cPtr, boolean cMemoryOwn) { method in class:btQuaternion
27 this("btQuaternion", cPtr, cMemoryOwn);
38 public static long getCPtr(btQuaternion obj) {
60 public btQuaternion() { method in class:btQuaternion
64 public btQuaternion(float _x, float _y, float _z, float _w) { method in class:btQuaternion
68 public btQuaternion(Vector3 _axis, float _angle) { method in class:btQuaternion
72 public btQuaternion(floa method in class:btQuaternion
[all...]
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
H A DbtQuaternion.h54 /**@brief The btQuaternion implements quaternion to perform linear algebra rotations in combination with btMatrix3x3, btVector3 and btTransform. */
55 class btQuaternion : public btQuadWord { class in inherits:btQuadWord
58 btQuaternion() {} function in class:btQuaternion
62 SIMD_FORCE_INLINE btQuaternion(const btSimdFloat4 vec) function in class:btQuaternion
68 SIMD_FORCE_INLINE btQuaternion(const btQuaternion& rhs) function in class:btQuaternion
74 SIMD_FORCE_INLINE btQuaternion&
75 operator=(const btQuaternion& v)
87 btQuaternion(const btScalar& _x, const btScalar& _y, const btScalar& _z, const btScalar& _w) function in class:btQuaternion
93 btQuaternion(cons function in class:btQuaternion
101 btQuaternion(const btScalar& yaw, const btScalar& pitch, const btScalar& roll) function in class:btQuaternion
[all...]

Completed in 164 milliseconds