![]() |
Polygon Crucher SDK - Documentation
Documentation
|
C3DEdge is a class containing 2 point indexes that represent the edge of a face. More...
C3DEdge is a class containing 2 point indexes that represent the edge of a face.
#include <FaceList.h>
Inherited by CInitialCost.
Public Member Functions | |
| C3DEdge (int point1, int point2) | |
| int | Point1 () const |
| int | Point2 () const |
| void | SetMatchLessEdge (int point1, int point2) |
| void | SetEdge (int point1, int point2) |
| C3DEdge & | operator= (const C3DEdge &edge) |
| bool | operator< (const C3DEdge &edge) |
| bool | operator== (const C3DEdge &edge) const |
| bool | operator!= (const C3DEdge &edge) const |