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

Function CardinalClosed

docs/app/js/sanddance-app.js:125890–125893  ·  view source on GitHub ↗
(context, tension)

Source from the content-addressed store, hash-verified

125888var _noopJsDefault = parcelHelpers.interopDefault(_noopJs);
125889var _cardinalJs = require("./cardinal.js");
125890function CardinalClosed(context, tension) {
125891 this._context = context;
125892 this._k = (1 - tension) / 6;
125893}
125894CardinalClosed.prototype = {
125895 areaStart: (0, _noopJsDefault.default),
125896 areaEnd: (0, _noopJsDefault.default),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected