Browse Source

Travis CI: API documentation update at 2017-05-04 17:43:08 UTC.
[ci package]

Commit: https://github.com/urho3d/Urho3D/commit/c1da87a49870695e9fa2eaf083d44284be26096e

Message: Merge pull request #1927 from eugeneko/master

Minor fix and helper function

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

+ 4 - 0
Docs/AngelScriptAPI.h

@@ -9008,6 +9008,10 @@ String ToString() const;
 
 // Properties:
 /* readonly */
+float angle;
+/* readonly */
+Vector3 axis;
+/* readonly */
 Vector3 eulerAngles;
 /* readonly */
 float pitch;

+ 2 - 0
Docs/LuaScriptAPI.dox

@@ -4929,6 +4929,8 @@ Methods:
 - float YawAngle() const
 - float PitchAngle() const
 - float RollAngle() const
+- Vector3 Axis() const
+- float Angle() const
 - Matrix3 RotationMatrix() const
 - Quaternion Slerp(const Quaternion& rhs, float t) const
 - Quaternion Nlerp(const Quaternion& rhs, float t, bool shortestPath) const

+ 2 - 0
Docs/ScriptAPI.dox

@@ -10561,6 +10561,8 @@ Methods:
 
 Properties:
 
+- float angle // readonly
+- Vector3 axis // readonly
 - Vector3 eulerAngles // readonly
 - float pitch // readonly
 - float roll // readonly

+ 1 - 1
Source/Urho3D/.soversion

@@ -1 +1 @@
-0.1.63
+0.1.64