(context, tension)
| 126020 | parcelHelpers.export(exports, "CardinalOpen", ()=>CardinalOpen); |
| 126021 | var _cardinalJs = require("./cardinal.js"); |
| 126022 | function CardinalOpen(context, tension) { |
| 126023 | this._context = context; |
| 126024 | this._k = (1 - tension) / 6; |
| 126025 | } |
| 126026 | CardinalOpen.prototype = { |
| 126027 | areaStart: function() { |
| 126028 | this._line = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected