Browse Source

Travis CI: API documentation update at 2017-06-26 10:23:08 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/1826fdb73ac19d737f8bf157cc2fbce905388e59

Message: Merge pull request #1997 from eugeneko/master

Add Vector3::Orthogonalize helper function.

urho3d-travis-ci 8 years ago
parent
commit
ecacd32e33
4 changed files with 4 additions and 1 deletions
  1. 1 0
      Docs/AngelScriptAPI.h
  2. 1 0
      Docs/LuaScriptAPI.dox
  3. 1 0
      Docs/ScriptAPI.dox
  4. 1 1
      Source/Urho3D/.soversion

+ 1 - 0
Docs/AngelScriptAPI.h

@@ -14352,6 +14352,7 @@ bool IsNaN() const;
 Vector3 Lerp(const Vector3&, float) const;
 Vector3 Lerp(const Vector3&, float) const;
 void Normalize();
 void Normalize();
 Vector3 Normalized() const;
 Vector3 Normalized() const;
+Vector3 Orthogonalize(const Vector3&) const;
 float ProjectOntoAxis(const Vector3&) const;
 float ProjectOntoAxis(const Vector3&) const;
 String ToString() const;
 String ToString() const;
 
 

+ 1 - 0
Docs/LuaScriptAPI.dox

@@ -7508,6 +7508,7 @@ Methods:
 - float DotProduct(const Vector3& rhs) const
 - float DotProduct(const Vector3& rhs) const
 - float AbsDotProduct(const Vector3& rhs) const
 - float AbsDotProduct(const Vector3& rhs) const
 - float ProjectOntoAxis(const Vector3& axis) const
 - float ProjectOntoAxis(const Vector3& axis) const
+- Vector3 Orthogonalize(const Vector3& axis) const
 - Vector3 CrossProduct(const Vector3& rhs) const
 - Vector3 CrossProduct(const Vector3& rhs) const
 - Vector3 Abs() const
 - Vector3 Abs() const
 - Vector3 Lerp(const Vector3& rhs, float t) const
 - Vector3 Lerp(const Vector3& rhs, float t) const

+ 1 - 0
Docs/ScriptAPI.dox

@@ -15050,6 +15050,7 @@ Methods:
 - Vector3 Lerp(const Vector3&, float) const
 - Vector3 Lerp(const Vector3&, float) const
 - void Normalize()
 - void Normalize()
 - Vector3 Normalized() const
 - Vector3 Normalized() const
+- Vector3 Orthogonalize(const Vector3&) const
 - float ProjectOntoAxis(const Vector3&) const
 - float ProjectOntoAxis(const Vector3&) const
 - String ToString() const
 - String ToString() const
 
 

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.1.74
+0.1.75