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

Function sectorContainsSector

docs/app/js/sanddance-app.js:101941–101943  ·  view source on GitHub ↗
(m, p)

Source from the content-addressed store, hash-verified

101939 return m;
101940}
101941function sectorContainsSector(m, p) {
101942 return area(m.prev, m, p.prev) < 0 && area(p.next, m, m.next) < 0;
101943}
101944function indexCurve(start, minX, minY, invSize) {
101945 let p = start;
101946 do {

Callers 1

findHoleBridgeFunction · 0.70

Calls 1

areaFunction · 0.70

Tested by

no test coverage detected