Blender V4.5
btConvexHullComputer::Edge Class Reference

#include <btConvexHullComputer.h>

Public Member Functions

int getSourceVertex () const
 
int getTargetVertex () const
 
const Edge * getNextEdgeOfVertex () const
 
const Edge * getNextEdgeOfFace () const
 
const Edge * getReverseEdge () const
 

Friends

class btConvexHullComputer
 

Detailed Description

Definition at line 30 of file btConvexHullComputer.h.

Member Function Documentation

◆ getNextEdgeOfFace()

const Edge * btConvexHullComputer::Edge::getNextEdgeOfFace ( ) const
inline

◆ getNextEdgeOfVertex()

const Edge * btConvexHullComputer::Edge::getNextEdgeOfVertex ( ) const
inline

Definition at line 50 of file btConvexHullComputer.h.

References next.

Referenced by getNextEdgeOfFace().

◆ getReverseEdge()

const Edge * btConvexHullComputer::Edge::getReverseEdge ( ) const
inline

Definition at line 60 of file btConvexHullComputer.h.

◆ getSourceVertex()

int btConvexHullComputer::Edge::getSourceVertex ( ) const
inline

Definition at line 40 of file btConvexHullComputer.h.

Referenced by btSoftBodyHelpers::Draw(), and initializePolyhedralFeatures().

◆ getTargetVertex()

int btConvexHullComputer::Edge::getTargetVertex ( ) const
inline

Definition at line 45 of file btConvexHullComputer.h.

Referenced by btSoftBodyHelpers::Draw(), and initializePolyhedralFeatures().

Friends And Related Symbol Documentation

◆ btConvexHullComputer

friend class btConvexHullComputer
friend

Definition at line 37 of file btConvexHullComputer.h.


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