Closed Xydium closed 7 years ago
The rotated method in C# is behaving differently from the rotated method in GDScript.
new Vector2(0, 1).rotated(Mathf.PI / 2) -> (0, -1)
Rotating 90 degrees is behaving as a 180 degree rotation.
The rotated method in C# is behaving differently from the rotated method in GDScript.
new Vector2(0, 1).rotated(Mathf.PI / 2) -> (0, -1)
Rotating 90 degrees is behaving as a 180 degree rotation.