Bullet Collision Detection & Physics Library
Public Member Functions | Public Attributes | List of all members
btSoftBodyLinkData::LinkNodePair Class Reference

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
 

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

int btSoftBodyLinkData::LinkNodePair::vertex0

Definition at line 32 of file btSoftBodySolverData.h.

int btSoftBodyLinkData::LinkNodePair::vertex1

Definition at line 33 of file btSoftBodySolverData.h.


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