Searched refs:ScaleConstraint (Results 1 – 1 of 1) sorted by relevance
458 function ScaleConstraint(src, scale, offset, dest, strength) { class462 ScaleConstraint.superConstructor.call(this, src, dest, strength);465 ScaleConstraint.inheritsFrom(BinaryConstraint);470 ScaleConstraint.prototype.addToGraph = function () {471 ScaleConstraint.superConstructor.prototype.addToGraph.call(this);476 ScaleConstraint.prototype.removeFromGraph = function () {477 ScaleConstraint.superConstructor.prototype.removeFromGraph.call(this);482 ScaleConstraint.prototype.markInputs = function (mark) {483 ScaleConstraint.superConstructor.prototype.markInputs.call(this, mark);490 ScaleConstraint.prototype.execute = function () {[all …]