diff options
Diffstat (limited to '')
| -rw-r--r-- | doc/classes/Vector3.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/doc/classes/Vector3.xml b/doc/classes/Vector3.xml index b84580364..514fde99b 100644 --- a/doc/classes/Vector3.xml +++ b/doc/classes/Vector3.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8" ?> -<class name="Vector3" category="Built-In Types" version="3.0.2"> +<class name="Vector3" category="Built-In Types" version="3.0.3"> <brief_description> Vector class, which performs basic 3D vector math operations. </brief_description> @@ -151,7 +151,7 @@ <argument index="1" name="t" type="float"> </argument> <description> - Returns the result of the linear interpolation between this vector and [code]b[/code] by amount [code]t[/code]. [code]t[/code] is in the range of [code]0.0 - 1.0[/code], a percentage of how far along the interpolation is. + Returns the result of the linear interpolation between this vector and [code]b[/code] by amount [code]t[/code]. [code]t[/code] is in the range of [code]0.0 - 1.0[/code], a percentage of how far along the interpolation is. </description> </method> <method name="max_axis"> @@ -204,6 +204,12 @@ Rotates the vector around a given axis by [code]phi[/code] radians. The axis must be a normalized vector. </description> </method> + <method name="round"> + <return type="Vector3"> + </return> + <description> + </description> + </method> <method name="slide"> <return type="Vector3"> </return> |
