Class representing a link as a set of three indices into the vertex array. More...
#include <btSoftBodySolverData.h>
Public Member Functions | |
LinkNodePair () | |
LinkNodePair (int v0, int v1) | |
Public Attributes | |
int | vertex0 |
int | vertex1 |
Class representing a link as a set of three indices into the vertex array.
Definition at line 29 of file btSoftBodySolverData.h.
btSoftBodyLinkData::LinkNodePair::LinkNodePair | ( | ) | [inline] |
Definition at line 35 of file btSoftBodySolverData.h.
btSoftBodyLinkData::LinkNodePair::LinkNodePair | ( | int | v0, | |
int | v1 | |||
) | [inline] |
Definition at line 41 of file btSoftBodySolverData.h.
Definition at line 32 of file btSoftBodySolverData.h.
Definition at line 33 of file btSoftBodySolverData.h.