EgorBo 857ce47fe7 Remove vectors & matrix for double type (everything is float in Urho) 10 лет назад
..
IntVector2.cs 919070c895 Reorganizing samples structure, Android fixes 10 лет назад
MathHelper.cs add7183e73 Implement ProxyRefCountedEnumerator 10 лет назад
Matrix3.cs 857ce47fe7 Remove vectors & matrix for double type (everything is float in Urho) 10 лет назад
Matrix4.cs 919070c895 Reorganizing samples structure, Android fixes 10 лет назад
Plane.cs 919070c895 Reorganizing samples structure, Android fixes 10 лет назад
Quaternion.cs 919070c895 Reorganizing samples structure, Android fixes 10 лет назад
README.md 9ab443adfc Low hanging fruit fixes to the API 10 лет назад
Vector2.cs 919070c895 Reorganizing samples structure, Android fixes 10 лет назад
Vector3.cs 919070c895 Reorganizing samples structure, Android fixes 10 лет назад
Vector4.cs 919070c895 Reorganizing samples structure, Android fixes 10 лет назад

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 "Urho"