Tsjunne / Physics

MIT License
12 stars 4 forks source link

Conversion between Unit Systems #7

Open MovGP0 opened 1 year ago

MovGP0 commented 1 year ago

It should be possible to create matrices to convert quantities between different unit systems.

References

Tsjunne commented 1 year ago

What exactly would be your use-case? I looked through your link and it seems kind of out of scope for this library. Would it be helpful if a deconstructor were available for the units to deconstruct into the factor and dimension array, so it could fit into an extension to do these kind of system conversions yourself? There is already a .ToInfo() extension on the Quantities to convert to serializable simple types if that would help