summaryrefslogtreecommitdiff
path: root/doc/classes/Plane.xml
diff options
context:
space:
mode:
authorTomasz Chabora <kobewi4e@gmail.com>2019-04-17 13:42:56 +0200
committerTomasz Chabora <kobewi4e@gmail.com>2019-04-17 17:13:00 +0200
commitb0846f60c96c809105d039ef314e10a8b23a699f (patch)
tree9c2b761ffb9412b534211932aa0a630d91e1d51c /doc/classes/Plane.xml
parentcea49f00c380c404a45d9b002843969f164d382e (diff)
Consistently wrap booleans in [code]
Diffstat (limited to 'doc/classes/Plane.xml')
-rw-r--r--doc/classes/Plane.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/Plane.xml b/doc/classes/Plane.xml
index 4a7a099800..ab3d9f1f2a 100644
--- a/doc/classes/Plane.xml
+++ b/doc/classes/Plane.xml
@@ -82,7 +82,7 @@
<argument index="1" name="epsilon" type="float" default="0.00001">
</argument>
<description>
- Returns true if "point" is inside the plane (by a very minimum threshold).
+ Returns [code]true[/code] if "point" is inside the plane (by a very minimum threshold).
</description>
</method>
<method name="intersect_3">
@@ -124,7 +124,7 @@
<argument index="0" name="point" type="Vector3">
</argument>
<description>
- Returns true if "point" is located above the plane.
+ Returns [code]true[/code] if "point" is located above the plane.
</description>
</method>
<method name="normalized">