btSoftBody implementation by Nathanael Presson More...
#include <btSoftBodyInternals.h>
Public Member Functions | |
| btSymMatrix (int n, const T &init=T()) | |
| btSymMatrix () | |
| int | index (int c, int r) const |
| const T & | operator() (int c, int r) const |
| T & | operator() (int c, int r) |
| void | resize (int n, const T &init=T()) |
Public Attributes | |
| int | dim |
| btAlignedObjectArray< T > | store |
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.
| int btSymMatrix< T >::index | ( | int | c, | |
| int | r | |||
| ) | const [inline] |
Definition at line 38 of file btSoftBodyInternals.h.
| const T& btSymMatrix< T >::operator() | ( | int | c, | |
| int | r | |||
| ) | const [inline] |
Definition at line 40 of file btSoftBodyInternals.h.
| T& btSymMatrix< T >::operator() | ( | int | c, | |
| int | r | |||
| ) | [inline] |
Definition at line 39 of file btSoftBodyInternals.h.
| void btSymMatrix< T >::resize | ( | int | n, | |
| const T & | init = T() | |||
| ) | [inline] |
Definition at line 37 of file btSoftBodyInternals.h.
| int btSymMatrix< T >::dim |
Definition at line 42 of file btSoftBodyInternals.h.
| btAlignedObjectArray<T> btSymMatrix< T >::store |
Definition at line 41 of file btSoftBodyInternals.h.