diff options
author | Bernhard Liebl <Bernhard.Liebl@gmx.org> | 2018-02-08 08:48:14 +0100 |
---|---|---|
committer | poke1024 <poke1024@gmx.de> | 2018-03-07 21:10:31 +0100 |
commit | 9d7856620c5af8e1a5c3f81f921070728b6925d6 (patch) | |
tree | 9437c5911eb8cf8f50a3d8c3a1931945ab0d5418 /doc/classes | |
parent | 900384a622c7f3094540a43670421469e4ee0b06 (diff) |
Bring back Vector2.cross()
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/Vector2.xml | 9 |
1 files changed, 9 insertions, 0 deletions
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. </description> </method> + <method name="cross"> + <return type="float"> + </return> + <argument index="0" name="b" type="Vector2"> + </argument> + <description> + Returns the 2-dimensional analog of the cross product with [code]b[/code]. + </description> + </method> <method name="cubic_interpolate"> <return type="Vector2"> </return> |