|
|
9 years ago | |
|---|---|---|
| .. | ||
| BoundingBox.cs | 9 years ago | |
| Color.cs | 9 years ago | |
| IntRect.cs | 9 years ago | |
| IntVector2.cs | 9 years ago | |
| MathHelper.cs | 9 years ago | |
| Matrix3.cs | 9 years ago | |
| Matrix4.cs | 9 years ago | |
| Plane.cs | 9 years ago | |
| Quaternion.cs | 9 years ago | |
| README.md | 9 years ago | |
| Rect.cs | 9 years ago | |
| Vector2.cs | 9 years ago | |
| Vector3.cs | 9 years ago | |
| Vector4.cs | 9 years ago | |
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"