|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | CONCAVITY_ZERO 1.0e-6 |
Functions | |
| Int | isCuspX (directedLine *v) |
| Int | isReflexX (directedLine *v) |
| Int | cuspTypeX (directedLine *v) |
| Int | numInteriorCuspsX (directedLine *polygon) |
| void | findInteriorCuspsX (directedLine *polygon, Int &ret_n_interior_cusps, directedLine **ret_interior_cusps) |
| directedLine * | findDiagonal_singleCuspX (directedLine *cusp) |
| #define CONCAVITY_ZERO 1.0e-6 |
Definition at line 43 of file partitionX.cc.
| Int cuspTypeX | ( | directedLine * | v | ) |
Definition at line 89 of file partitionX.cc.
Referenced by findInteriorCuspsX(), and numInteriorCuspsX().
| directedLine * findDiagonal_singleCuspX | ( | directedLine * | cusp | ) |
Definition at line 137 of file partitionX.cc.
Referenced by monoTriangulationOpt(), monoTriangulationRecGenOpt(), and sampleMonoPoly().
| void findInteriorCuspsX | ( | directedLine * | polygon, |
| Int & | ret_n_interior_cusps, | ||
| directedLine ** | ret_interior_cusps | ||
| ) |
Definition at line 121 of file partitionX.cc.
Referenced by monoTriangulationOpt(), monoTriangulationRecGenOpt(), and sampleMonoPoly().
| Int isCuspX | ( | directedLine * | v | ) |
Definition at line 47 of file partitionX.cc.
Referenced by cuspTypeX().
| Int isReflexX | ( | directedLine * | v | ) |
Definition at line 67 of file partitionX.cc.
Referenced by cuspTypeX().
| Int numInteriorCuspsX | ( | directedLine * | polygon | ) |
Definition at line 108 of file partitionX.cc.