From 64e893deac24ef7c144ba7a6915c417bbd6a4816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Tue, 10 Nov 2020 14:16:20 +0100 Subject: doc: Sync classref to add operators after #43419 --- doc/classes/Vector2.xml | 148 ++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 144 insertions(+), 4 deletions(-) (limited to 'doc/classes/Vector2.xml') diff --git a/doc/classes/Vector2.xml b/doc/classes/Vector2.xml index da1526df52..f99231de39 100644 --- a/doc/classes/Vector2.xml +++ b/doc/classes/Vector2.xml @@ -17,14 +17,14 @@ https://github.com/godotengine/godot-demo-projects/tree/master/2d - + Constructs a default-initialized [Vector2] with all components set to [code]0[/code]. - + @@ -33,7 +33,7 @@ Constructs a [Vector2] as a copy of the given [Vector2]. - + @@ -42,7 +42,7 @@ Constructs a new [Vector2] from [Vector2i]. - + @@ -250,6 +250,146 @@ Returns the vector scaled to unit length. Equivalent to [code]v / v.length()[/code]. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3