You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Late to the party, but I found this issue while looking whether there was something convenient to get both the direction and length of a vector, since normalizing it indirectly involves calculating the length. Something like the following:
It's not uncommon to find the direction and length of a vector, but it is a hassle to do it manually. It would be good to have a method for this.
The text was updated successfully, but these errors were encountered: