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