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

Function centroidRingEnd

docs/app/js/sanddance-app.js:132342–132345  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132340 centroidStream.point = centroidRingPointFirst;
132341}
132342function centroidRingEnd() {
132343 centroidRingPoint(lambda00, phi00);
132344 centroidStream.point = centroidPoint;
132345}
132346function centroidRingPointFirst(lambda, phi) {
132347 lambda00 = lambda, phi00 = phi;
132348 lambda *= (0, _mathJs.radians), phi *= (0, _mathJs.radians);

Callers

nothing calls this directly

Calls 2

centroidRingPointFunction · 0.70
centroidPointRingFunction · 0.70

Tested by

no test coverage detected