Public Member Functions | Public Attributes

btSoftBodyLinkData::LinkNodePair Class Reference

Class representing a link as a set of three indices into the vertex array. More...

#include <btSoftBodySolverData.h>

List of all members.

Public Member Functions

 LinkNodePair ()
 LinkNodePair (int v0, int v1)

Public Attributes

int vertex0
int vertex1

Detailed Description

Class representing a link as a set of three indices into the vertex array.

Definition at line 29 of file btSoftBodySolverData.h.


Constructor & Destructor Documentation

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.


Member Data Documentation

Definition at line 32 of file btSoftBodySolverData.h.

Definition at line 33 of file btSoftBodySolverData.h.


The documentation for this class was generated from the following file: