760761762763764765766767768769770
if (abcNearlyLinear && abdNearlyLinear) { continue; } if (previousIndex != b1) { crosser.restartAt(vertex(b1)); } // Beware, this may return the loop is valid if there is a // "vertex crossing". // TODO(user): Fix that.