05-830, User Interface Software, Spring, 1998
Lecture 8,   February 11, 1998
Copyright © 1998 - 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