giawa / opengl4csharp

OpenGL 4 Bindings (partially based on OpenTK) for C#
Other
234 stars 61 forks source link

Changes to Matrix Classes #57

Closed ghost closed 4 years ago

ghost commented 4 years ago

I added this[int column, int row] to all the matrix classes. I found it useful in Matrix4, and I use it in my code. Mirror of this pull request, but I had to redo it after deleting the branch on accident.

This is updated to work with this pull request.

ghost commented 4 years ago

Okay, I will fix all of these problems.

ghost commented 4 years ago

All the problems should be fixed.