Opentk/Source/OpenTK/Math
2009-10-06 09:45:09 +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 Fixed XML documentation warnings. 2009-09-04 23:11:20 +00:00
Matrix4d.cs Fixed XML documentation warnings. 2009-09-04 23:11:20 +00:00
Quaternion.cs Implemented Quaternion scaling by scalars. Fixes issue [#1131]: "[Math] add Quaternion scaling (easy)". 2009-09-05 16:17:47 +00:00
Quaterniond.cs Implemented Quaternion scaling by scalars. Fixes issue [#1131]: "[Math] add Quaternion scaling (easy)". 2009-09-05 16:17:47 +00:00
Vector2.cs Obsoleted Scale() instance method (reason: redundant. Mult()/Multiply() instance/static methods can be used to achieve the same effect). 2009-10-06 09:45:09 +00:00
Vector2d.cs Obsoleted Scale() instance method (reason: redundant. Mult()/Multiply() instance/static methods can be used to achieve the same effect). 2009-10-06 09:45:09 +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 Obsoleted Scale() instance method (reason: redundant. Mult()/Multiply() instance/static methods can be used to achieve the same effect). 2009-10-06 09:45:09 +00:00
Vector3d.cs Obsoleted Scale() instance method (reason: redundant. Mult()/Multiply() instance/static methods can be used to achieve the same effect). 2009-10-06 09:45:09 +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 Obsoleted Scale() instance method (reason: redundant. Mult()/Multiply() instance/static methods can be used to achieve the same effect). 2009-10-06 09:45:09 +00:00
Vector4d.cs Obsoleted Scale() instance method (reason: redundant. Mult()/Multiply() instance/static methods can be used to achieve the same effect). 2009-10-06 09:45:09 +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