ReactOS 0.4.16-dev-340-g0540c21
|
#include "directedLine.h"
Go to the source code of this file.
Functions | |
Int | isCuspX (directedLine *v) |
Int | isReflexX (directedLine *v) |
Int | cuspTypeX (directedLine *v) |
void | findInteriorCuspsX (directedLine *polygon, Int &ret_n_interior_cusps, directedLine **ret_interior_cusps) |
Int | numInteriorCuspsX (directedLine *polygon) |
directedLine * | findDiagonal_singleCuspX (directedLine *cusp) |
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.