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

Function Path

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

Source from the content-addressed store, hash-verified

125200parcelHelpers.defineInteropFlag(exports);
125201const pi = Math.PI, tau = 2 * pi, epsilon = 1e-6, tauEpsilon = tau - epsilon;
125202function Path() {
125203 this._x0 = this._y0 = this._x1 = this._y1 = null; // end of current subpath
125204 this._ = "";
125205}
125206function path() {
125207 return new Path;
125208}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected