Function S2Loop.findValidationErrorNoIndex
Like FindValidationError(), but skips any checks that would require building the S2ShapeIndex (i.e., self-intersection tests). This is used by the S2Polygon implementation, which uses its own index to check for loop self-intersections.
bool findValidationErrorNoIndex
(
ref s2 .s2error .S2Error error
) const;