btMatrix3x3.h File Reference

#include "btVector3.h"
#include "btQuaternion.h"
Include dependency graph for btMatrix3x3.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  btMatrix3x3
 The btMatrix3x3 class implements a 3x3 rotation matrix, to perform linear algebra in combination with btQuaternion, btTransform and btVector3. More...
struct  btMatrix3x3FloatData
 for serialization More...
struct  btMatrix3x3DoubleData
 for serialization More...

Defines

#define btMatrix3x3Data   btMatrix3x3FloatData

Functions

SIMD_FORCE_INLINE btVector3 operator* (const btMatrix3x3 &m, const btVector3 &v)
SIMD_FORCE_INLINE btVector3 operator* (const btVector3 &v, const btMatrix3x3 &m)
SIMD_FORCE_INLINE btMatrix3x3 operator* (const btMatrix3x3 &m1, const btMatrix3x3 &m2)
SIMD_FORCE_INLINE bool operator== (const btMatrix3x3 &m1, const btMatrix3x3 &m2)
 Equality operator between two matrices It will test all elements are equal.

Define Documentation

#define btMatrix3x3Data   btMatrix3x3FloatData

Definition at line 25 of file btMatrix3x3.h.


Function Documentation

SIMD_FORCE_INLINE btMatrix3x3 operator* ( const btMatrix3x3 m1,
const btMatrix3x3 m2 
)

Definition at line 609 of file btMatrix3x3.h.

SIMD_FORCE_INLINE btVector3 operator* ( const btVector3 v,
const btMatrix3x3 m 
)

Definition at line 603 of file btMatrix3x3.h.

SIMD_FORCE_INLINE btVector3 operator* ( const btMatrix3x3 m,
const btVector3 v 
)

Definition at line 596 of file btMatrix3x3.h.

SIMD_FORCE_INLINE bool operator== ( const btMatrix3x3 m1,
const btMatrix3x3 m2 
)

Equality operator between two matrices It will test all elements are equal.

Definition at line 634 of file btMatrix3x3.h.


Generated on Mon Feb 15 22:19:16 2010 for Bullet Collision Detection & Physics Library by  doxygen 1.6.1