summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-05-10 13:06:55 +0200
committerGitHub <noreply@github.com>2020-05-10 13:06:55 +0200
commit9cc67b19b8803adf3cb12364f1e3faade7553ebb (patch)
treee4741393cf3a0dd288bc2096c97471ea595340b0 /doc
parent2d8d311b1280c78e1ae70900186d5ae22a488828 (diff)
parentec7b481170dcd6a7b4cf0e6c1221e204ff7945f3 (diff)
Merge pull request #38613 from MCrafterzz/plane
Renamed plane's d to distance
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/Plane.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/classes/Plane.xml b/doc/classes/Plane.xml
index 292acd8b5d..d8a204a2b9 100644
--- a/doc/classes/Plane.xml
+++ b/doc/classes/Plane.xml
@@ -19,10 +19,10 @@
</argument>
<argument index="2" name="c" type="float">
</argument>
- <argument index="3" name="d" type="float">
+ <argument index="3" name="distance" type="float">
</argument>
<description>
- Creates a plane from the four parameters. The three components of the resulting plane's [member normal] are [code]a[/code], [code]b[/code] and [code]c[/code], and the plane has a distance of [code]d[/code] from the origin.
+ Creates a plane from the four parameters. The three components of the resulting plane's [member normal] are [code]a[/code], [code]b[/code] and [code]c[/code], and the plane has a distance of [code]distance[/code] from the origin.
</description>
</method>
<method name="Plane">
@@ -43,7 +43,7 @@
</return>
<argument index="0" name="normal" type="Vector3">
</argument>
- <argument index="1" name="d" type="float">
+ <argument index="1" name="distance" type="float">
</argument>
<description>
Creates a plane from the normal and the plane's distance to the origin.