(segment)
| 132734 | }; |
| 132735 | }; |
| 132736 | function validSegment(segment) { |
| 132737 | return segment.length > 1; |
| 132738 | } |
| 132739 | // Intersections are sorted along the clip edge. For both antimeridian cutting |
| 132740 | // and circle clipping, the same comparison is used. |
| 132741 | function compareIntersection(a, b) { |
nothing calls this directly
no outgoing calls
no test coverage detected