Opentk/Source/OpenTK/Math
the_fiddler d7a85401da Deprecated Mult in favor of Multiply.
Modified operator * to use Multiply internally (reduces code duplication).
2009-11-03 12:11:51 +00:00
..
BezierCurve.cs Obsoleted OpenTK.Functions in favor of OpenTK.MathHelper (reason: XNA compatibility). 2009-08-14 12:37:18 +00:00
BezierCurveCubic.cs Replaced tabs with spaces. 2009-07-17 08:27:25 +00:00
BezierCurveQuadric.cs Replaced tabs with spaces. 2009-07-17 08:27:25 +00:00
Box2.cs Added missing XML documentation and fixed invalid XML doc references. 2009-09-04 21:25:29 +00:00
Functions.cs Fixed a large number of documentation warnings. 2009-09-04 21:44:39 +00:00
Half.cs Replaced tabs with spaces. 2009-07-17 08:27:25 +00:00
MathHelper.cs Added missing XML documentation and fixed invalid XML doc references. 2009-09-04 21:25:29 +00:00
Matrix3d.cs Removed OpenTK.Math namespace. Math functions now go directly into the OpenTK namespace. 2009-06-25 11:42:05 +00:00
Matrix4.cs Corrected documentation on the M42 property. Fixes issue [#1227]: "Matrix4.M42 documentation". 2009-10-14 18:30:12 +00:00
Matrix4d.cs * Matrix4d.cs: M44 should be 1.0 to conform with GL.Ortho(). Fixes issue [#1307]: "GL.Ortho behaves other than combination of OpenTK.Matrix4d.CreateOrthographic and GL.MultMatrix". 2009-11-02 13:25:41 +00:00
Point.cs Improved interoperation with System.Drawing with new addition, subtraction and implicit conversion operators, as well as additional method overloads. 2009-11-02 07:20:59 +00:00
Quaternion.cs Deprecated Mult in favor of Multiply. 2009-11-03 12:11:51 +00:00
Quaterniond.cs Deprecated Mult in favor of Multiply. 2009-11-03 12:11:51 +00:00
Rectangle.cs Improved interoperation with System.Drawing with new addition, subtraction and implicit conversion operators, as well as additional method overloads. 2009-11-02 07:20:59 +00:00
Size.cs Improved interoperation with System.Drawing with new addition, subtraction and implicit conversion operators, as well as additional method overloads. 2009-11-02 07:20:59 +00:00
Vector2.cs Replaced calls to obsolete methods. 2009-10-06 09:51:13 +00:00
Vector2d.cs Replaced calls to obsolete methods. 2009-10-06 09:51:13 +00:00
Vector2h.cs Removed OpenTK.Math namespace. Math functions now go directly into the OpenTK namespace. 2009-06-25 11:42:05 +00:00
Vector3.cs Fixed Vector3.Transform signature to return a Vector3, not a Vector4. It was previously impossible to transform a Vector3 structure without intermediate conversions to Vector4. 2009-11-03 11:45:20 +00:00
Vector3d.cs Fixed Vector3.Transform signature to return a Vector3, not a Vector4. It was previously impossible to transform a Vector3 structure without intermediate conversions to Vector4. 2009-11-03 11:45:20 +00:00
Vector3h.cs Removed OpenTK.Math namespace. Math functions now go directly into the OpenTK namespace. 2009-06-25 11:42:05 +00:00
Vector4.cs Modified Transform(ref Vector4, ref Matrix4, out Vector4) overload to work correctly when the ref and out parameters point to the same Vector4. 2009-11-03 11:41:36 +00:00
Vector4d.cs Modified Transform(ref Vector4, ref Matrix4, out Vector4) overload to work correctly when the ref and out parameters point to the same Vector4. 2009-11-03 11:41:36 +00:00
Vector4h.cs Removed OpenTK.Math namespace. Math functions now go directly into the OpenTK namespace. 2009-06-25 11:42:05 +00:00