Recall the Vector class from
CSE131 for representing
two-dimensional vectors.
How would you represent and manipulate Vectors using the model view controller pattern:
- How would you represent the model?
- What are potential interaction modes with a user and a Vector?
- What are some potential display modes (views) for a Vector?