Opentk/src/OpenTK/Math
2018-10-07 17:15:18 +02:00
..
BezierCurve.cs Removed unused using statements. 2017-07-20 21:32:51 +02:00
BezierCurveCubic.cs Removed unused using statements. 2017-07-20 21:32:51 +02:00
BezierCurveQuadric.cs Removed unused using statements. 2017-07-20 21:32:51 +02:00
Box2.cs Correct cast operator position. 2017-08-04 12:35:06 +02:00
Box2d.cs Correct cast operator position. 2017-08-04 12:35:06 +02:00
Half.cs Enforced the use of braces for conditional statements. 2017-07-17 19:24:51 +02:00
MathHelper.cs Revert "Fix document typo" (#821) 2018-10-07 17:15:18 +02:00
Matrix2.cs Removed unused using statements. 2017-07-20 21:32:51 +02:00
Matrix2d.cs Removed unused using statements. 2017-07-20 21:32:51 +02:00
Matrix2x3.cs Removed unused using statements. 2017-07-20 21:32:51 +02:00
Matrix2x3d.cs Removed unused using statements. 2017-07-20 21:32:51 +02:00
Matrix2x4.cs Removed unused using statements. 2017-07-20 21:32:51 +02:00
Matrix2x4d.cs Removed unused using statements. 2017-07-20 21:32:51 +02:00
Matrix3.cs Enforced the use of braces for conditional statements. 2017-07-17 19:24:51 +02:00
Matrix3d.cs Enforced the use of braces for conditional statements. 2017-07-17 19:24:51 +02:00
Matrix3x2.cs Removed unused using statements. 2017-07-20 21:32:51 +02:00
Matrix3x2d.cs Removed unused using statements. 2017-07-20 21:32:51 +02:00
Matrix3x4.cs Enforced the use of braces for conditional statements. 2017-07-17 19:24:51 +02:00
Matrix3x4d.cs Enforced the use of braces for conditional statements. 2017-07-17 19:24:51 +02:00
Matrix4.cs Change Matrix4 to use unsafe code for invert (#719) 2018-04-06 22:13:35 +02:00
Matrix4d.cs Enforced the use of braces for conditional statements. 2017-07-17 19:24:51 +02:00
Matrix4x2.cs Removed unused using statements. 2017-07-20 21:32:51 +02:00
Matrix4x2d.cs Removed unused using statements. 2017-07-20 21:32:51 +02:00
Matrix4x3.cs Enforced the use of braces for conditional statements. 2017-07-17 19:24:51 +02:00
Matrix4x3d.cs Enforced the use of braces for conditional statements. 2017-07-17 19:24:51 +02:00
Point.cs Restore removed using statements from minimal classes. 2017-07-20 21:41:38 +02:00
Quaternion.cs Fixed typos 2018-01-02 20:24:15 +01:00
Quaterniond.cs Correct base call operator position. 2017-08-04 12:35:06 +02:00
Rectangle.cs Restore removed using statements from minimal classes. 2017-07-20 21:41:38 +02:00
Size.cs Restore removed using statements from minimal classes. 2017-07-20 21:41:38 +02:00
Vector2.cs Add Distance[Squared] methods to Vector2[d] 2017-09-17 14:37:51 +01:00
Vector2d.cs Add Distance[Squared] methods to Vector2[d] 2017-09-17 14:37:51 +01:00
Vector2h.cs Optimize assignment to vector math out parameters 2017-08-27 16:13:32 +01:00
Vector3.cs Fixed incorrect Quaternion/Vector rotation (#776) 2018-07-06 14:37:34 +02:00
Vector3d.cs Fixed incorrect Quaternion/Vector rotation (#776) 2018-07-06 14:37:34 +02:00
Vector3h.cs Optimize assignment to vector math out parameters 2017-08-27 16:13:32 +01:00
Vector4.cs Optimize assignment to vector math out parameters 2017-08-27 16:13:32 +01:00
Vector4d.cs Optimize assignment to vector math out parameters 2017-08-27 16:13:32 +01:00
Vector4h.cs Optimize assignment to vector math out parameters 2017-08-27 16:13:32 +01:00