#include "BulletMultiThreaded/vectormath/scalar/cpp/vectormath_aos.h"#include "LinearMath/btVector3.h"#include "LinearMath/btQuaternion.h"#include "LinearMath/btMatrix3x3.h"

Go to the source code of this file.
Functions | |
| Vectormath::Aos::Vector3 | getVmVector3 (const btVector3 &bulletVec) |
| only use a system-wide vectormath_aos.h on CELLOS_LV2 or if USE_SYSTEM_VECTORMATH | |
| btVector3 | getBtVector3 (const Vectormath::Aos::Vector3 &vmVec) |
| btVector3 | getBtVector3 (const Vectormath::Aos::Point3 &vmVec) |
| Vectormath::Aos::Quat | getVmQuat (const btQuaternion &bulletQuat) |
| btQuaternion | getBtQuat (const Vectormath::Aos::Quat &vmQuat) |
| Vectormath::Aos::Matrix3 | getVmMatrix3 (const btMatrix3x3 &btMat) |
| btQuaternion getBtQuat | ( | const Vectormath::Aos::Quat & | vmQuat | ) | [inline] |
Definition at line 65 of file vectormath2bullet.h.
| btVector3 getBtVector3 | ( | const Vectormath::Aos::Point3 & | vmVec | ) | [inline] |
Definition at line 54 of file vectormath2bullet.h.
| btVector3 getBtVector3 | ( | const Vectormath::Aos::Vector3 & | vmVec | ) | [inline] |
Definition at line 50 of file vectormath2bullet.h.
| Vectormath::Aos::Matrix3 getVmMatrix3 | ( | const btMatrix3x3 & | btMat | ) | [inline] |
Definition at line 70 of file vectormath2bullet.h.
| Vectormath::Aos::Quat getVmQuat | ( | const btQuaternion & | bulletQuat | ) | [inline] |
Definition at line 59 of file vectormath2bullet.h.
| Vectormath::Aos::Vector3 getVmVector3 | ( | const btVector3 & | bulletVec | ) | [inline] |
only use a system-wide vectormath_aos.h on CELLOS_LV2 or if USE_SYSTEM_VECTORMATH
Definition at line 45 of file vectormath2bullet.h.
1.6.1