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

Function centroidLineStart

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

Source from the content-addressed store, hash-verified

132311 Z0 += (z - Z0) / W0;
132312}
132313function centroidLineStart() {
132314 centroidStream.point = centroidLinePointFirst;
132315}
132316function centroidLinePointFirst(lambda, phi) {
132317 lambda *= (0, _mathJs.radians), phi *= (0, _mathJs.radians);
132318 var cosPhi = (0, _mathJs.cos)(phi);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected