Searched refs:removeConstraint (Results 1 – 1 of 1) sorted by relevance
282 if (this.myOutput != null) this.myOutput.removeConstraint(this);443 if (this.v1 != null) this.v1.removeConstraint(this);444 if (this.v2 != null) this.v2.removeConstraint(this);478 if (this.scale != null) this.scale.removeConstraint(this);479 if (this.offset != null) this.offset.removeConstraint(this);561 Variable.prototype.removeConstraint = function (c) { method in Variable