Registered Member
|
Why do we need both?
At the moment I can replace normalized() with normalize() when the return type is a void.
But not when I need to return a value.
I'd prefer it if we just had normalize(), but I guess it is too late for that now. |
Moderator
|
they does a different job, one returns the normalized vector without modifying it, while the other does an inplace normalization. We offer both to accommodate for different use cases and user tastes.
|
Registered users: Bing [Bot], Google [Bot], Yahoo [Bot]