Vector2Perpendicular Method |
Returns a perpendicular vector rotated 90 degrees counter-clockwise
compared to the original, with the same length.
Namespace:
Godot
Assembly:
GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax public Vector2 Perpendicular()
Return Value
Type:
Vector2The perpendicular vector.
See Also