EgorBo 81428972d0 override ToString in Matrix3x4 8 лет назад
..
IntVector2.cs 94f64635cb Add Distance to IntVector2 9 лет назад
IntVector3.cs 4eedcdd824 update bindings 8 лет назад
MathHelper.cs 81428972d0 override ToString in Matrix3x4 8 лет назад
Matrix3.cs 400fa527bd Rename binding to Binding and docs to Docs 10 лет назад
Matrix4.cs e692c033b9 Unify ARCore and ARKit api 8 лет назад
Plane.cs 400fa527bd Rename binding to Binding and docs to Docs 10 лет назад
Quaternion.cs e13dd18dd5 [Quaternion] Fix ToEulerAngles method 8 лет назад
README.md 400fa527bd Rename binding to Binding and docs to Docs 10 лет назад
Vector2.cs e692c033b9 Unify ARCore and ARKit api 8 лет назад
Vector3.cs e692c033b9 Unify ARCore and ARKit api 8 лет назад
Vector4.cs e692c033b9 Unify ARCore and ARKit api 8 лет назад

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"