|
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 41 of file btMatrixX.h.
|
inline |
Definition at line 45 of file btMatrixX.h.
Definition at line 48 of file btMatrixX.h.
Definition at line 57 of file btMatrixX.h.
Definition at line 140 of file btMatrixX.h.
Definition at line 135 of file btMatrixX.h.
Definition at line 70 of file btMatrixX.h.
Definition at line 130 of file btMatrixX.h.
Definition at line 125 of file btMatrixX.h.
Definition at line 53 of file btMatrixX.h.
Definition at line 61 of file btMatrixX.h.
Definition at line 115 of file btMatrixX.h.
Definition at line 65 of file btMatrixX.h.
Definition at line 43 of file btMatrixX.h.