Josh Engebretson 5e86020fd9 C# Work 9 years ago
..
BoundingBox.cs 5e86020fd9 C# Work 9 years ago
Color.cs 5e86020fd9 C# Work 9 years ago
IntRect.cs 5e86020fd9 C# Work 9 years ago
IntVector2.cs 5e86020fd9 C# Work 9 years ago
MathHelper.cs 5e86020fd9 C# Work 9 years ago
Matrix3.cs 5e86020fd9 C# Work 9 years ago
Matrix4.cs 5e86020fd9 C# Work 9 years ago
Plane.cs 5e86020fd9 C# Work 9 years ago
Quaternion.cs 5e86020fd9 C# Work 9 years ago
README.md 5e86020fd9 C# Work 9 years ago
Rect.cs 5e86020fd9 C# Work 9 years ago
Vector2.cs 5e86020fd9 C# Work 9 years ago
Vector3.cs 5e86020fd9 C# Work 9 years ago
Vector4.cs 5e86020fd9 C# Work 9 years ago

README.md

The classes in this directory are taken from OpenTK, and have the following changes:

* Quaternion: moved the field "w" from the end to the
      beginning, to stay compatible with the C++ implementation.
      Longer term, since we want to share Quaternion with the
      implementation shipping in our libraries, we will have to change the C++ code to match this.

* Quaternion: Added a method to create a quaternion from euler x/y/z, without the w.

* NAmespace: moved From "OpenTK" to "AtomicEngine"