|
Blender V4.3
|
#include <btSoftBodyInternals.h>
Public Member Functions | |
| btSymMatrix () | |
| btSymMatrix (int n, const T &init=T()) | |
| void | resize (int n, const T &init=T()) |
| int | index (int c, int r) const |
| T & | operator() (int c, int r) |
| const T & | operator() (int c, int r) const |
Public Attributes | |
| btAlignedObjectArray< T > | store |
| int | dim |
Definition at line 638 of file btSoftBodyInternals.h.
|
inline |
Definition at line 640 of file btSoftBodyInternals.h.
References dim.
|
inline |
Definition at line 641 of file btSoftBodyInternals.h.
Definition at line 647 of file btSoftBodyInternals.h.
References btAssert, btSwap(), and dim.
Referenced by operator()(), and operator()().
Definition at line 653 of file btSoftBodyInternals.h.
Definition at line 654 of file btSoftBodyInternals.h.
Definition at line 642 of file btSoftBodyInternals.h.
References dim, init(), store, and T.
Referenced by btSymMatrix().
| int btSymMatrix< T >::dim |
Definition at line 656 of file btSoftBodyInternals.h.
Referenced by btSymMatrix(), index(), and resize().
| btAlignedObjectArray<T> btSymMatrix< T >::store |
Definition at line 655 of file btSoftBodyInternals.h.
Referenced by operator()(), operator()(), and resize().