Example #1
0
 // Add myself to the constraint graph.
 public override void addToGraph()
 {
     v1.addConstraint(this);
     v2.addConstraint(this);
     direction = nodirection;
 }
Example #2
0
 // Add myself to the constraint graph.
 public override void addToGraph()
 {
     base.addToGraph();
     scale.addConstraint(this);
     offset.addConstraint(this);
 }
Example #3
0
 // Add myself to the constraint graph.
 public override void addToGraph()
 {
     myOutput.addConstraint(this);
     satisfied = false;
 }