From 9d7856620c5af8e1a5c3f81f921070728b6925d6 Mon Sep 17 00:00:00 2001 From: Bernhard Liebl Date: Thu, 8 Feb 2018 08:48:14 +0100 Subject: Bring back Vector2.cross() --- doc/classes/Vector2.xml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc') diff --git a/doc/classes/Vector2.xml b/doc/classes/Vector2.xml index 9df2eb143b..b293ec3368 100644 --- a/doc/classes/Vector2.xml +++ b/doc/classes/Vector2.xml @@ -81,6 +81,15 @@ Returns the vector with a maximum length. + + + + + + + Returns the 2-dimensional analog of the cross product with [code]b[/code]. + + -- cgit v1.2.3