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

Function CatmullRomOpen

docs/app/js/sanddance-app.js:126236–126239  ·  view source on GitHub ↗
(context, alpha)

Source from the content-addressed store, hash-verified

126234var _cardinalOpenJs = require("./cardinalOpen.js");
126235var _catmullRomJs = require("./catmullRom.js");
126236function CatmullRomOpen(context, alpha) {
126237 this._context = context;
126238 this._alpha = alpha;
126239}
126240CatmullRomOpen.prototype = {
126241 areaStart: function() {
126242 this._line = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected