Replies: 1 comment
-
Please check other system libraries like
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In a project I stumbled upon units like
dpi
(dots per inch) andlpi
(lines per inch), which are frequently used in printing.Now I wonder how to integrate this with this library? A
dot
, at least in this context, doesn't have any concrete physical concept attached to it but it still should be possible to combine with physical units likeinch
.Do I have to implement something based on
AbstractSystemOfUnits
likePrintingUnits
? What base classes can I derive from or do I need to implement all the interfaces?Beta Was this translation helpful? Give feedback.
All reactions