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

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"