msteinbeck/tinyspline

Deprecate Vec<X>#norm

msteinbeck opened this issue · 1 comments

I renamed Vec<X>#norm to Vec<X>#normalize because the verb fits better than the noun. Before removing norm entirely, it should be deprecated in the next release so that users can replace it more easily (no hard break).

I could not mark norm deprecated in Python, Lua, and Go.