From 8156db16234ccf208235d2842e30edc5460eea61 Mon Sep 17 00:00:00 2001 From: Simon Wenner Date: Mon, 20 Apr 2015 23:31:53 +0200 Subject: updated outdated or missing Plane class documentation --- doc/base/classes.xml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'doc/base') diff --git a/doc/base/classes.xml b/doc/base/classes.xml index 829472d30c..905e999125 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -21551,6 +21551,7 @@ + Returns the center of the plane. @@ -21559,12 +21560,14 @@ + Returns the shortest distance from the plane to the position "point". + Returns a point on the plane. @@ -21575,7 +21578,7 @@ - Returns true if "p" is inside the plane (by a very minimum treshold). + Returns true if "point" is inside the plane (by a very minimum treshold). @@ -21586,7 +21589,7 @@ - Returns true if this plane intersects with planes "a" and "b". The resulting intersectin is placed in "r". + Returns the intersection point of the three planes "b", "c" and this plane. If no intersection is found null is returned. @@ -21597,7 +21600,7 @@ - Returns true if ray consiting of position "p" and direction normal "d" intersects this plane. If true, the result is placed in "r". + Returns the intersection point of a ray consisting of the position "from" and the direction normal "dir" with this plane. If no intersection is found null is returned. @@ -21608,7 +21611,7 @@ - Returns true if segment from position "sa" to position "sb" intersects this plane. If true, the result is placed in "r". + Returns the intersection point of a segment from position "begin" to position "end" with this plane. If no intersection is found null is returned. @@ -21617,7 +21620,7 @@ - Returns true if "p" is located above the plane. + Returns true if "point" is located above the plane. @@ -21646,6 +21649,7 @@ + Creates a plane from the three parameters "a", "b", "c" and "d". @@ -21656,6 +21660,7 @@ + Creates a plane from three points. @@ -21664,6 +21669,7 @@ + Creates a plane from the normal and the plane's distance to the origin. -- cgit v1.2.3