Blender
V3.3
|
Public Member Functions | |
Face () | |
void | init (Vertex *a, Vertex *b, Vertex *c) |
Point64 | getNormal () |
Public Attributes | |
Face * | next |
Vertex * | nearbyVertex |
Face * | nextWithSameNearbyVertex |
Point32 | origin |
Point32 | dir0 |
Point32 | dir1 |
Definition at line 538 of file btConvexHullComputer.cpp.
|
inline |
Definition at line 548 of file btConvexHullComputer.cpp.
|
inline |
Definition at line 569 of file btConvexHullComputer.cpp.
References btConvexHullInternal::Point32::cross(), dir0, and dir1.
Definition at line 552 of file btConvexHullComputer.cpp.
References Freestyle::a, usdtokens::b(), Freestyle::c, dir0, dir1, nearbyVertex, and origin.
Referenced by btConvexHullInternal::shrink().
Point32 btConvexHullInternal::Face::dir0 |
Definition at line 545 of file btConvexHullComputer.cpp.
Referenced by getNormal(), and init().
Point32 btConvexHullInternal::Face::dir1 |
Definition at line 546 of file btConvexHullComputer.cpp.
Referenced by getNormal(), and init().
Vertex* btConvexHullInternal::Face::nearbyVertex |
Definition at line 542 of file btConvexHullComputer.cpp.
Referenced by init().
Face* btConvexHullInternal::Face::next |
Definition at line 541 of file btConvexHullComputer.cpp.
Face* btConvexHullInternal::Face::nextWithSameNearbyVertex |
Definition at line 543 of file btConvexHullComputer.cpp.
Referenced by btConvexHullInternal::Vertex::receiveNearbyFaces().
Point32 btConvexHullInternal::Face::origin |
Definition at line 544 of file btConvexHullComputer.cpp.
Referenced by init().