05-830, User Interface Software, Spring, 1997
Lecture 8,   February  24, 1997
Copyright © 1997 - Brad Myers


        Previous Lecture     . . .      Next Lecture

Constraints

  Show videos of constraint solvers.


Constraints

One Way Constraints

CurrentSliderVal = mouseX - scrollbar.left

scrollbar.left = window.left + 200

scrollbar.visible = window.has_focus

Two-Way (Multi-way) Constraints

Simultaneous Equations

Incremental


Back to 05-830 main page