openframeworks / ofSite

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

Documentation problem in ofMatrix4x4 (spelling error) #697

Open dsvid opened 5 years ago

dsvid commented 5 years ago

in the second sentence, there is a misspelling, where OpenGL is spelled OepnGL. There is also a rogue "A" in the same sentence.

Both emboldened below.

The ofMatrix4x4 is the big class of the math part of openFrameworks. You'll sometimes see it used for doing things like setting where the camera in OepnGL (the mathematically calculated one, not the ofCamera one) is looking or is pointedA, or figuring how to position something in 3d space, doing scaling, etc.