Generic math helpers without dependencies to other jcurl
packages. Could even be a separate binary - therefore it's package name
is not org.jcurl.core.math
First of all every library is likely to bring unneeded/unwanted stuff but this core library should remain slim and fast, concerning both download and runtime. It should be useable within applets or java webstart over slow networks. Therefore it also has to have as few dependencies as possible.
Second the requirements here are rather simple. R^1
-> R^3
monotone, C1 continuous functions. That's all.
Third I use a dirty trick to pack up spatial (2D) and angular position and speed into one 3D {@link org.jcurl.core.api.Rock}. This contradicts the JSR-275 measure concept, so jscience will not like this.
But nevertheless the following libs were examined:
I admit that jscience is really tempting. I'll keep an eye on it.