EgorBo 400fa527bd Rename binding to Binding and docs to Docs 10 سال پیش
..
IntVector2.cs 400fa527bd Rename binding to Binding and docs to Docs 10 سال پیش
MathHelper.cs 400fa527bd Rename binding to Binding and docs to Docs 10 سال پیش
Matrix3.cs 400fa527bd Rename binding to Binding and docs to Docs 10 سال پیش
Matrix4.cs 400fa527bd Rename binding to Binding and docs to Docs 10 سال پیش
Plane.cs 400fa527bd Rename binding to Binding and docs to Docs 10 سال پیش
Quaternion.cs 400fa527bd Rename binding to Binding and docs to Docs 10 سال پیش
README.md 400fa527bd Rename binding to Binding and docs to Docs 10 سال پیش
Vector2.cs 400fa527bd Rename binding to Binding and docs to Docs 10 سال پیش
Vector3.cs 400fa527bd Rename binding to Binding and docs to Docs 10 سال پیش
Vector4.cs 400fa527bd Rename binding to Binding and docs to Docs 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"