Lines Matching refs:pointIndex
185 static unsigned int intersectsAboveOrBelow(unsigned int succPredIndex, unsigned int pointIndex,
873 * @param pointIndex Index of the point x in the polygon
878 static unsigned int intersectsAboveOrBelow(unsigned int succPredIndex, unsigned int pointIndex,
881 if (height(succPredIndex, polygon, nrOfPoints, c) > height(pointIndex, polygon, nrOfPoints, c)) {