go-gl / mathgl

A pure Go 3D math library.
BSD 3-Clause "New" or "Revised" License
554 stars 65 forks source link

Fixed arguments names for Ortho2D #36

Closed alexvasi closed 9 years ago

alexvasi commented 9 years ago

Changed order of Ortho2D arguments to match Ortho.

dmitshur commented 9 years ago

Nice catch! This doesn't change functionality, just fixes docs. It matches with glOrtho and gluOrtho2D order. Thanks!

LGTM.