pointIndex property

int pointIndex

The index of the point that was found within its part.

Returned index value should be checked against ProximityResult.npos for validity.

Implementation

int get pointIndex {
  return _withThrowingErrorHandler((errorHandler) {
    return runtimecore.RT_ProximityResult_getPointIndex(
        _handle, errorHandler);
  });
}