Bullet Collision Detection & Physics Library
Public Member Functions | Public Attributes | List of all members
btConvexHullInternal::Edge Class Reference
Collaboration diagram for btConvexHullInternal::Edge:
Collaboration graph
[legend]

Public Member Functions

 ~Edge ()
 
void link (Edge *n)
 

Public Attributes

Edgenext
 
Edgeprev
 
Edgereverse
 
Vertextarget
 
Faceface
 
int copy
 

Detailed Description

Definition at line 507 of file btConvexHullComputer.cpp.

Constructor & Destructor Documentation

btConvexHullInternal::Edge::~Edge ( )
inline

Definition at line 517 of file btConvexHullComputer.cpp.

Member Function Documentation

void btConvexHullInternal::Edge::link ( Edge n)
inline

Definition at line 526 of file btConvexHullComputer.cpp.

Member Data Documentation

int btConvexHullInternal::Edge::copy

Definition at line 515 of file btConvexHullComputer.cpp.

Face* btConvexHullInternal::Edge::face

Definition at line 514 of file btConvexHullComputer.cpp.

Edge* btConvexHullInternal::Edge::next

Definition at line 510 of file btConvexHullComputer.cpp.

Edge* btConvexHullInternal::Edge::prev

Definition at line 511 of file btConvexHullComputer.cpp.

Edge* btConvexHullInternal::Edge::reverse

Definition at line 512 of file btConvexHullComputer.cpp.

Vertex* btConvexHullInternal::Edge::target

Definition at line 513 of file btConvexHullComputer.cpp.


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