Browse Source

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

urho3d-travis-ci 12 năm trước cách đây
mục cha
commit
1fb823ef0f
3 tập tin đã thay đổi với 3 bổ sung3 xóa
  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;
 Vector3 normal;
 Vector3 absNormal;
-float intercept;
+float d;
 };
 
 class Ray

+ 1 - 1
Docs/LuaScriptAPI.dox

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

+ 1 - 1
Docs/ScriptAPI.dox

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