|
Blender
V3.3
|
#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.
Definition at line 44 of file btMatrixX.h.
Definition at line 47 of file btMatrixX.h.
References btVectorX< T >::m_storage.
Definition at line 56 of file btMatrixX.h.
Referenced by btMatrixX< T >::setSubMatrix().
Definition at line 138 of file btMatrixX.h.
References btVectorX< T >::m_storage.
Definition at line 133 of file btMatrixX.h.
References btVectorX< T >::m_storage.
Definition at line 69 of file btMatrixX.h.
References BT_ONE, btFabs(), norm(), btVectorX< T >::rows(), sqrt(), and T.
Definition at line 128 of file btMatrixX.h.
References btVectorX< T >::m_storage.
Definition at line 123 of file btMatrixX.h.
References btVectorX< T >::m_storage.
Definition at line 52 of file btMatrixX.h.
References btVectorX< T >::m_storage, and btVectorX< T >::rows().
Definition at line 60 of file btMatrixX.h.
References btVectorX< T >::m_storage.
Referenced by btVectorX< T >::nrm2(), btVectorX< T >::resize(), btMatrixX< T >::setSubMatrix(), and btVectorX< T >::size().
Definition at line 113 of file btMatrixX.h.
References btSetZero(), and btVectorX< T >::m_storage.
Definition at line 64 of file btMatrixX.h.
References btVectorX< T >::rows().
| btAlignedObjectArray<T> btVectorX< T >::m_storage |
Definition at line 42 of file btMatrixX.h.
Referenced by btVectorX< T >::btVectorX(), btVectorX< T >::getBufferPointer(), btVectorX< T >::getBufferPointerWritable(), btVectorX< T >::operator[](), btVectorX< T >::resize(), btVectorX< T >::rows(), and btVectorX< T >::setZero().