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 |
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 411 of file btMatrixX.h.
Definition at line 415 of file btMatrixX.h.
Definition at line 418 of file btMatrixX.h.
|
inline |
Definition at line 427 of file btMatrixX.h.
|
inline |
Definition at line 461 of file btMatrixX.h.
|
inline |
Definition at line 456 of file btMatrixX.h.
|
inline |
Definition at line 446 of file btMatrixX.h.
|
inline |
Definition at line 451 of file btMatrixX.h.
|
inline |
Definition at line 423 of file btMatrixX.h.
|
inline |
Definition at line 431 of file btMatrixX.h.
|
inline |
Definition at line 439 of file btMatrixX.h.
|
inline |
Definition at line 435 of file btMatrixX.h.
btAlignedObjectArray<T> btVectorX< T >::m_storage |
Definition at line 413 of file btMatrixX.h.