From d24f77be99321d857285daddac0dda7128e348ed Mon Sep 17 00:00:00 2001 From: Hein-Pieter van Braam Date: Fri, 1 Jun 2018 18:19:33 +0200 Subject: Fix documentation version strings --- doc/classes/Vector2.xml | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'doc/classes/Vector2.xml') diff --git a/doc/classes/Vector2.xml b/doc/classes/Vector2.xml index 95c2a31df..1e9126e34 100644 --- a/doc/classes/Vector2.xml +++ b/doc/classes/Vector2.xml @@ -1,5 +1,5 @@ - + Vector used for 2D math. @@ -34,7 +34,7 @@ - Returns the vector's angle in radians with respect to the x-axis, or [code](1, 0)[/code] vector. + Returns the vector's angle in radians with respect to the x-axis, or [code](1, 0)[/code] vector. Equivalent to the result of atan2 when called with the vector's x and y as parameters: [code]atan2(x, y)[/code]. @@ -72,6 +72,12 @@ Returns the vector "bounced off" from a plane defined by the given normal. + + + + + + @@ -175,7 +181,7 @@ - Returns the vector reflected from a plane defined by the given normal. + Returns the vector reflected from a plane defined by the given normal. @@ -187,6 +193,12 @@ Returns the vector rotated by [code]phi[/code] radians. + + + + + + -- cgit v1.2.3-70-g09d2