I have a larger project that I'm working on. However, I have basically implemented a vector calculator to ensure that my vector class is funtioning properly.
I'm just checking to see if anyone would find a vector calculator useful, and if so, what functions would you like to see? (I have the stuff already written; it would just need a UI on top of it)
I'm referring to standard Mathematical Linear Algebra type vectors.
What I already have done:
the vectors will automatically convert between rectangular and spherical formats (not cylindrical, though, but this could easily be pulled from existing data).
I have a UI built for conversion as well as the dot product, though reflections, cross products, and matrix multiplication have been implemented in code.
Anyone interested? If so, I'll put together a simple user interface for the rest of these existing functions and post it.