Blender  V3.3
Public Member Functions | Public Attributes | List of all members
btConvexHullInternal::Edge Class Reference

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.

References face, next, NULL, prev, reverse, and target.

Member Function Documentation

◆ link()

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

Definition at line 522 of file btConvexHullComputer.cpp.

References btAssert, next, prev, reverse, and target.

Member Data Documentation

◆ copy

int btConvexHullInternal::Edge::copy

Definition at line 511 of file btConvexHullComputer.cpp.

Referenced by btConvexHullInternal::shrink().

◆ face

Face* btConvexHullInternal::Edge::face

Definition at line 510 of file btConvexHullComputer.cpp.

Referenced by btConvexHullInternal::shrink(), and ~Edge().

◆ next

Edge* btConvexHullInternal::Edge::next

Definition at line 506 of file btConvexHullComputer.cpp.

Referenced by link(), and ~Edge().

◆ prev

Edge* btConvexHullInternal::Edge::prev

Definition at line 507 of file btConvexHullComputer.cpp.

Referenced by link(), btConvexHullInternal::shrink(), and ~Edge().

◆ reverse

Edge* btConvexHullInternal::Edge::reverse

Definition at line 508 of file btConvexHullComputer.cpp.

Referenced by link(), btConvexHullInternal::shrink(), and ~Edge().

◆ target

Vertex* btConvexHullInternal::Edge::target

Definition at line 509 of file btConvexHullComputer.cpp.

Referenced by link(), btConvexHullInternal::shrink(), and ~Edge().


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