openframeworks / ofSite

openFrameworks web site
http://openframeworks.cc
159 stars 577 forks source link

Fix typo in ofRectangle.markdown #737

Closed madprog closed 3 years ago

madprog commented 3 years ago

x can never be larger AND smaller than rectMinX, so I guess it was rectMaxX that was meant here.

By the way, should the comparisons be <= and >= instead?