EgorBo ab09e1164a Add "Distance" method to Vector3 (distance between two points) 9 лет назад
..
IntVector2.cs cb9d9f9a5c Add IsEmpty to IntVector2 9 лет назад
MathHelper.cs dc32606b71 [HoloLens] improve performance 9 лет назад
Matrix3.cs 400fa527bd Rename binding to Binding and docs to Docs 10 лет назад
Matrix4.cs fc010e4d54 Add a few properties to Matrix4 9 лет назад
Plane.cs 400fa527bd Rename binding to Binding and docs to Docs 10 лет назад
Quaternion.cs f608abb161 Close #154 Quaternion.FromAxisAngle angle is in degrees not radians 9 лет назад
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 ab09e1164a Add "Distance" method to Vector3 (distance between two points) 9 лет назад
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"