.Net Standard port for Opentk
Go to file
the_fiddler 65c6b29918 Added vector overloads to Multiply and Divide methods.
Renamed Sub to Subtract, Mult to Multiply and Div to Divide (reason: conform with the class library design guidelines).
Obsoleted instance Add, Sub, Mult and Div methods in favor of static ones (reason: reduce API bloat, they are completely redudant).
Improved documentation for new methods.
2009-10-06 09:42:21 +00:00
Documentation Updated for 0.9.9-2b release. 2009-09-06 14:24:10 +00:00
Source Added vector overloads to Multiply and Divide methods. 2009-10-06 09:42:21 +00:00
Build.exe Removed "..\" -> "../" translation from Build.exe, as it caused issues with Visual Studio paths. 2009-09-06 09:27:17 +00:00