You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to do physical simulation and need to represents position, velocity, acceleration and light quantities in a 3D space. The linear package is really fine for this kind of work, but unfortunately it does not compose well with dimensional.
Is there any recommended package / way of doing "simple" 3D space manipulation with dimensional?
The text was updated successfully, but these errors were encountered:
I'm sorry but we don't really have a good story for this (yet?). That is the short answer.
I have a rudimentary linear algebra library at bjornbm/dimensional-homo (not on Hackage) which I use for my simple needs. You are welcome to take a look and see if it might be adequate for what you want to do. Note that the "backend" linear algebra library is the very simple numeric-quest as it was easy to use and adequate for a proof-of-concept. If performance is important one would want to replace it with another backend.
I'm trying to do physical simulation and need to represents position, velocity, acceleration and light quantities in a 3D space. The
linear
package is really fine for this kind of work, but unfortunately it does not compose well withdimensional
.Is there any recommended package / way of doing "simple" 3D space manipulation with
dimensional
?The text was updated successfully, but these errors were encountered: