This project was on my CS 235 midterm. It is about rotating images about specific pivot points using direct manipulation techniques.
- v0.0.1 - updated logic in
mousePressed()
,mouseReleased()
, andmouseDragged()
methods inofApp.cpp
and added state variables inofApp.h
only.
- Sid