This repository was archived by the owner on Aug 23, 2020. It is now read-only.
This repository was archived by the owner on Aug 23, 2020. It is now read-only.
Some issues with the VecN library and compatibility with Vec2 #7
Open
Description
Sometimes you want to be able to do:
a.add(b).scalarMultiply(c).subtract(d)
- See sample resolution here.
Also, to reduce the amount of objects created:
- Subtract is kinda missing (for now,
a.add(VecN.negate(b))
is kinda not great haha) -
VecN.set()
needs an option to take in aVecN
Not urgent. Take your time. Thanks!