docs: basic concepts UML diagram updated with quantity point

This commit is contained in:
Mateusz Pusz
2020-09-23 16:48:51 +02:00
parent c6a5d9e222
commit ffc429a4b8
2 changed files with 3 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 25 KiB

View File

@@ -18,13 +18,14 @@ The most important concepts in the library are `Unit`, `Dimension`,
[exponent<Dimension, Num, Den>]<-[derived_dimension<Child, Unit, Exponent...>]
]
[<abstract>Quantity|
[quantity<Dimension, Unit, Rep>]
[<abstract>QuantityPoint|
[quantity_point<Dimension, Unit, Rep>]
]
[<abstract>Unit]<-[Dimension]
[Dimension]<-[Quantity]
[Unit]<-[Quantity]
[Quantity]<-[QuantityPoint]
`Unit` is a basic building block of the library. Every dimension works with
a concrete hierarchy of units. Such hierarchy defines a reference unit and