MCPcopy Create free account
hub / github.com/microsoft/SandDance / validSegment

Function validSegment

docs/app/js/sanddance-app.js:132736–132738  ·  view source on GitHub ↗
(segment)

Source from the content-addressed store, hash-verified

132734 };
132735};
132736function 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.
132741function compareIntersection(a, b) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected