![]() |
Blender V2.61 - r43446
|
btSoftBody implementation by Nathanael Presson More...
#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 |
btSoftBody implementation by Nathanael Presson
Definition at line 33 of file btSoftBodyInternals.h.
| btSymMatrix< T >::btSymMatrix | ( | ) | [inline] |
Definition at line 35 of file btSoftBodyInternals.h.
| btSymMatrix< T >::btSymMatrix | ( | int | n, |
| const T & | init = T() |
||
| ) | [inline] |
Definition at line 36 of file btSoftBodyInternals.h.
References init(), and btSymMatrix< T >::resize().
| int btSymMatrix< T >::index | ( | int | c, |
| int | r | ||
| ) | const [inline] |
Definition at line 38 of file btSoftBodyInternals.h.
References btAssert, btSwap(), and btSymMatrix< T >::dim.
Referenced by btSymMatrix< T >::operator()().
| const T& btSymMatrix< T >::operator() | ( | int | c, |
| int | r | ||
| ) | const [inline] |
Definition at line 40 of file btSoftBodyInternals.h.
References btSymMatrix< T >::index(), and btSymMatrix< T >::store.
| T& btSymMatrix< T >::operator() | ( | int | c, |
| int | r | ||
| ) | [inline] |
Definition at line 39 of file btSoftBodyInternals.h.
References btSymMatrix< T >::index(), and btSymMatrix< T >::store.
| void btSymMatrix< T >::resize | ( | int | n, |
| const T & | init = T() |
||
| ) | [inline] |
Definition at line 37 of file btSoftBodyInternals.h.
References btSymMatrix< T >::dim, init(), and btSymMatrix< T >::store.
Referenced by btSymMatrix< T >::btSymMatrix().
| int btSymMatrix< T >::dim |
Definition at line 42 of file btSoftBodyInternals.h.
Referenced by btSymMatrix< T >::index(), and btSymMatrix< T >::resize().
| btAlignedObjectArray<T> btSymMatrix< T >::store |
Definition at line 41 of file btSoftBodyInternals.h.
Referenced by btSymMatrix< T >::operator()(), and btSymMatrix< T >::resize().