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

Function Basis

docs/app/js/sanddance-app.js:125742–125744  ·  view source on GitHub ↗
(context)

Source from the content-addressed store, hash-verified

125740 that._context.bezierCurveTo((2 * that._x0 + that._x1) / 3, (2 * that._y0 + that._y1) / 3, (that._x0 + 2 * that._x1) / 3, (that._y0 + 2 * that._y1) / 3, (that._x0 + 4 * that._x1 + x) / 6, (that._y0 + 4 * that._y1 + y) / 6);
125741}
125742function Basis(context) {
125743 this._context = context;
125744}
125745Basis.prototype = {
125746 areaStart: function() {
125747 this._line = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected