andykorth / opentk

The Open Toolkit is a low-level C# library that wraps OpenGL, OpenCL and OpenAL. This fork has been superseded by https://github.com/thefiddler/opentk Please direct your attention to that official repository.
71 stars 27 forks source link

Implemented Quaternion.FromMatrix #15

Closed Robmaister closed 11 years ago

Robmaister commented 11 years ago

I needed a matrix-to-quaternion conversion for parsing a model format, so I implemented it here.

The APIs I added:

Also I added a bunch of missing doc comments to significantly reduce the number of compiler warnings.

andykorth commented 11 years ago

Thank you!