
OpenTK.Math.Half
Posted Sunday, 9 November, 2008 - 22:30 by the Fiddler| Project: | The Open Toolkit library |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Inertia |
| Status: | closed |
Description
This type should provide an interface similar to IntPtr, with a methods, conversion operators and constructors that can pack/unpack floats and doubles.
I'm opening this task so we can keep track of progress.


Comments
#62
[license]
Well, citing non-lawyer answers in a court of law isn't going to help. Let's leave it as is for now, we're certainly on the safe side with the current state.
[v9]
I'm really out of ideas now what should be added, and no known issues left.
#63
#64
I have committed the code with slight modifications and updated the license to display the OpenEXR terms (at least until we get an answer from OpenEXR).
Changes:
As part of this work, I've completely rewritten the double structs (Vector[234]d, Matrix4d and Quaterniond) so that they match their single counterparts. There is still some work left to normalize all APIs (they are missing the binary read / write methods of Half), but that can wait a little.
What's left now is the GL <-> Half interop (which I'll add shortly). It would also be great to add unit tests to the math library, but that's a whole other discussion.
#65
What unit test tool does OpenTK use?
#66
None, right now.
#67
#68
Closing issues fixed in 0.9.2.
#69