What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
This PR corrects a handful of incorrect function parameters in standardLibrary.ts.
What is the current behavior? (You can also link to an open issue here)
A handful of functions have parameters in the wrong order, or just the wrong parameters.
Other information:
Discovered while looking at a piece of code I knew was correct that was displaying 'type-wrong' errors on parameters for ANGLEAXIS(), figured I might as well scan through the rest of them as well and found a couple others.
Awesome catch @kaufman-bryce thanks for the PR. I'll get this merged and look into your other issue and try to release a new version sometime this week
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) This PR corrects a handful of incorrect function parameters in standardLibrary.ts.
What is the current behavior? (You can also link to an open issue here) A handful of functions have parameters in the wrong order, or just the wrong parameters.
Other information: Discovered while looking at a piece of code I knew was correct that was displaying 'type-wrong' errors on parameters for ANGLEAXIS(), figured I might as well scan through the rest of them as well and found a couple others.