1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00

Merge pull request #44149 from madmiraal/rename-tangent-orthogonal

Rename Vector2.tangent() to Vector2.orthogonal()
This commit is contained in:
Rémi Verschelde
2020-12-28 16:00:12 +01:00
committed by GitHub
21 changed files with 42 additions and 42 deletions

View File

@@ -6413,7 +6413,7 @@
]
},
{
"name": "godot_vector2_tangent",
"name": "godot_vector2_orthogonal",
"return_type": "godot_vector2",
"arguments": [
["const godot_vector2 *", "p_self"]