Bullet Collision Detection & Physics Library
Functions
vectormath2bullet.h File Reference
#include "PlatformDefinitions.h"
#include "LinearMath/btVector3.h"
#include "LinearMath/btQuaternion.h"
#include "LinearMath/btMatrix3x3.h"
Include dependency graph for vectormath2bullet.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Vectormath::Aos::Vector3 getVmVector3 (const btVector3 &bulletVec)
 
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)
 

Function Documentation

btQuaternion getBtQuat ( const Vectormath::Aos::Quat vmQuat)
inline

Definition at line 58 of file vectormath2bullet.h.

btVector3 getBtVector3 ( const Vectormath::Aos::Vector3 vmVec)
inline

Definition at line 43 of file vectormath2bullet.h.

btVector3 getBtVector3 ( const Vectormath::Aos::Point3 vmVec)
inline

Definition at line 47 of file vectormath2bullet.h.

Vectormath::Aos::Matrix3 getVmMatrix3 ( const btMatrix3x3 btMat)
inline

Definition at line 63 of file vectormath2bullet.h.

Vectormath::Aos::Quat getVmQuat ( const btQuaternion bulletQuat)
inline

Definition at line 52 of file vectormath2bullet.h.

Vectormath::Aos::Vector3 getVmVector3 ( const btVector3 bulletVec)
inline

Definition at line 38 of file vectormath2bullet.h.