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
From the name of the function, one might expect this to normalize the vector in place, however a new vector is returned instead. A better name (albeit slightly longer) would therefore be normalized.
Go through the entirety of dang-math and fix the names.
Also update Lua bindings:
Use properties for functions such as normalized or solvable.
Add getNormalized or isSolvable methods to still allow use in a functional sense.
The text was updated successfully, but these errors were encountered:
This is regarding function names such as:
Vector::normalize();
From the name of the function, one might expect this to normalize the vector in place, however a new vector is returned instead. A better name (albeit slightly longer) would therefore be
normalized
.Go through the entirety of dang-math and fix the names.
Also update Lua bindings:
normalized
orsolvable
.getNormalized
orisSolvable
methods to still allow use in a functional sense.The text was updated successfully, but these errors were encountered: