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 503 of file btConvexHullComputer.cpp.

Constructor & Destructor Documentation

◆ ~Edge()

btConvexHullInternal::Edge::~Edge ( )
inline

Definition at line 513 of file btConvexHullComputer.cpp.

Member Function Documentation

◆ link()

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

Definition at line 522 of file btConvexHullComputer.cpp.

Member Data Documentation

◆ copy

int btConvexHullInternal::Edge::copy

Definition at line 511 of file btConvexHullComputer.cpp.

◆ face

Face* btConvexHullInternal::Edge::face

Definition at line 510 of file btConvexHullComputer.cpp.

◆ next

Edge* btConvexHullInternal::Edge::next

Definition at line 506 of file btConvexHullComputer.cpp.

◆ prev

Edge* btConvexHullInternal::Edge::prev

Definition at line 507 of file btConvexHullComputer.cpp.

◆ reverse

Edge* btConvexHullInternal::Edge::reverse

Definition at line 508 of file btConvexHullComputer.cpp.

◆ target

Vertex* btConvexHullInternal::Edge::target

Definition at line 509 of file btConvexHullComputer.cpp.


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