Browse Source

Travis CI: API documentation update at 2014-01-24 07:33:29 UTC.
[ci skip]

urho3d-travis-ci 12 years ago
parent
commit
1fb823ef0f
3 changed files with 3 additions and 3 deletions
  1. 1 1
      Docs/AngelScriptAPI.h
  2. 1 1
      Docs/LuaScriptAPI.dox
  3. 1 1
      Docs/ScriptAPI.dox

+ 1 - 1
Docs/AngelScriptAPI.h

@@ -824,7 +824,7 @@ Vector4 ToVector4() const;
 Matrix3x4 reflectionMatrix;
 Matrix3x4 reflectionMatrix;
 Vector3 normal;
 Vector3 normal;
 Vector3 absNormal;
 Vector3 absNormal;
-float intercept;
+float d;
 };
 };
 
 
 class Ray
 class Ray

+ 1 - 1
Docs/LuaScriptAPI.dox

@@ -2600,7 +2600,7 @@ Properties:
 
 
 - Vector3 normal
 - Vector3 normal
 - Vector3 absNormal
 - Vector3 absNormal
-- float intercept
+- float d
 - static const Plane UP
 - static const Plane UP
 
 
 ### Polyhedron
 ### Polyhedron

+ 1 - 1
Docs/ScriptAPI.dox

@@ -822,7 +822,7 @@ Properties:
 - Matrix3x4 reflectionMatrix (readonly)
 - Matrix3x4 reflectionMatrix (readonly)
 - Vector3 normal
 - Vector3 normal
 - Vector3 absNormal
 - Vector3 absNormal
-- float intercept
+- float d
 
 
 
 
 ### Ray
 ### Ray