|
|
10 سال پیش | |
|---|---|---|
| .. | ||
| IntVector2.cs | 10 سال پیش | |
| MathHelper.cs | 10 سال پیش | |
| Matrix3.cs | 10 سال پیش | |
| Matrix4.cs | 10 سال پیش | |
| Plane.cs | 10 سال پیش | |
| Quaternion.cs | 10 سال پیش | |
| README.md | 10 سال پیش | |
| Vector2.cs | 10 سال پیش | |
| Vector3.cs | 10 سال پیش | |
| Vector4.cs | 10 سال پیش | |
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 "Urho"