Merge pull request #44149 from madmiraal/rename-tangent-orthogonal
Rename Vector2.tangent() to Vector2.orthogonal()
This commit is contained in:
commit
058f3fe069
21 changed files with 42 additions and 42 deletions
|
|
@ -1004,7 +1004,7 @@ static void _register_variant_builtin_methods() {
|
|||
bind_method(Vector2, cubic_interpolate, sarray("b", "pre_a", "post_b", "weight"), varray());
|
||||
bind_method(Vector2, move_toward, sarray("to", "delta"), varray());
|
||||
bind_method(Vector2, rotated, sarray("phi"), varray());
|
||||
bind_method(Vector2, tangent, sarray(), varray());
|
||||
bind_method(Vector2, orthogonal, sarray(), varray());
|
||||
bind_method(Vector2, floor, sarray(), varray());
|
||||
bind_method(Vector2, ceil, sarray(), varray());
|
||||
bind_method(Vector2, round, sarray(), varray());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue