Bullet Collision Detection & Physics Library
|
#include <btMatrixX.h>
Public Member Functions | |
btVectorX () | |
btVectorX (int numRows) | |
void | resize (int rows) |
int | cols () const |
int | rows () const |
int | size () const |
T | nrm2 () const |
void | setZero () |
const T & | operator[] (int index) const |
T & | operator[] (int index) |
T * | getBufferPointerWritable () |
const T * | getBufferPointer () const |
Public Attributes | |
btAlignedObjectArray< T > | m_storage |
Definition at line 40 of file btMatrixX.h.
|
inline |
Definition at line 44 of file btMatrixX.h.
|
inline |
Definition at line 47 of file btMatrixX.h.
|
inline |
Definition at line 56 of file btMatrixX.h.
|
inline |
Definition at line 138 of file btMatrixX.h.
|
inline |
Definition at line 133 of file btMatrixX.h.
|
inline |
Definition at line 69 of file btMatrixX.h.
|
inline |
Definition at line 128 of file btMatrixX.h.
|
inline |
Definition at line 123 of file btMatrixX.h.
|
inline |
Definition at line 52 of file btMatrixX.h.
|
inline |
Definition at line 60 of file btMatrixX.h.
|
inline |
Definition at line 113 of file btMatrixX.h.
|
inline |
Definition at line 64 of file btMatrixX.h.
btAlignedObjectArray<T> btVectorX< T >::m_storage |
Definition at line 42 of file btMatrixX.h.