Blender V5.0
btConvexHullInternal::Face Class Reference

Public Member Functions

 Face ()
void init (Vertex *a, Vertex *b, Vertex *c)
Point64 getNormal ()

Public Attributes

Facenext
VertexnearbyVertex
FacenextWithSameNearbyVertex
Point32 origin
Point32 dir0
Point32 dir1

Detailed Description

Definition at line 538 of file btConvexHullComputer.cpp.

Constructor & Destructor Documentation

◆ Face()

btConvexHullInternal::Face::Face ( )
inline

Definition at line 548 of file btConvexHullComputer.cpp.

References nearbyVertex, next, and nextWithSameNearbyVertex.

Member Function Documentation

◆ getNormal()

Point64 btConvexHullInternal::Face::getNormal ( )
inline

Definition at line 569 of file btConvexHullComputer.cpp.

References dir0, and dir1.

◆ init()

Member Data Documentation

◆ dir0

Point32 btConvexHullInternal::Face::dir0

Definition at line 545 of file btConvexHullComputer.cpp.

Referenced by getNormal(), and init().

◆ dir1

Point32 btConvexHullInternal::Face::dir1

Definition at line 546 of file btConvexHullComputer.cpp.

Referenced by getNormal(), and init().

◆ nearbyVertex

Vertex* btConvexHullInternal::Face::nearbyVertex

Definition at line 542 of file btConvexHullComputer.cpp.

Referenced by Face(), and init().

◆ next

Face* btConvexHullInternal::Face::next

Definition at line 541 of file btConvexHullComputer.cpp.

Referenced by Face().

◆ nextWithSameNearbyVertex

Face* btConvexHullInternal::Face::nextWithSameNearbyVertex

◆ origin

Point32 btConvexHullInternal::Face::origin

Definition at line 544 of file btConvexHullComputer.cpp.

Referenced by init().


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