summaryrefslogtreecommitdiffstats
path: root/doc/classes/Plane.xml
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2018-01-15 18:40:41 -0300
committerJuan Linietsky <reduzio@gmail.com>2018-01-15 18:41:13 -0300
commit03475ba197a75b0f8431277954df1fdb0dc14913 (patch)
tree164fc28c17df6c48a87237c7e29e8977c8c8e7d0 /doc/classes/Plane.xml
parentef1c26a9a5882e7d1b8027958eec6fcc82a46c44 (diff)
downloadredot-engine-03475ba197a75b0f8431277954df1fdb0dc14913.tar.gz
Filled tutorial field in most relevent classes.
Added tutorial display in doc.
Diffstat (limited to 'doc/classes/Plane.xml')
-rw-r--r--doc/classes/Plane.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/Plane.xml b/doc/classes/Plane.xml
index ae6f2215d2..c69730ebee 100644
--- a/doc/classes/Plane.xml
+++ b/doc/classes/Plane.xml
@@ -7,6 +7,7 @@
Plane represents a normalized plane equation. Basically, "normal" is the normal of the plane (a,b,c normalized), and "d" is the distance from the origin to the plane (in the direction of "normal"). "Over" or "Above" the plane is considered the side of the plane towards where the normal is pointing.
</description>
<tutorials>
+ http://docs.godotengine.org/en/3.0/learning/features/math/index.html
</tutorials>
<demos>
</demos>