mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-02 11:54:27 +02:00
nomnoml graph text added for concepts
This commit is contained in:
@@ -9,6 +9,23 @@ The most important concepts in the library are `Unit`, `Dimension`, and
|
|||||||
.. image:: /_static/img/design.png
|
.. image:: /_static/img/design.png
|
||||||
:align: center
|
:align: center
|
||||||
|
|
||||||
|
..
|
||||||
|
http://www.nomnoml.com
|
||||||
|
|
||||||
|
[<abstract>Dimension|
|
||||||
|
[base_dimension<Symbol, Unit>]<-[exp<Dimension, Num, Den>]
|
||||||
|
[derived_dimension<Child, Unit, Exponent...>]<-[exp<Dimension, Num, Den>]
|
||||||
|
[exp<Dimension, Num, Den>]<-[derived_dimension<Child, Unit, Exponent...>]
|
||||||
|
]
|
||||||
|
|
||||||
|
[<abstract>Quantity|
|
||||||
|
[quantity<Dimension, Unit, Rep>]
|
||||||
|
]
|
||||||
|
|
||||||
|
[<abstract>Unit]<-[Dimension]
|
||||||
|
[Dimension]<-[Quantity]
|
||||||
|
[Unit]<-[Quantity]
|
||||||
|
|
||||||
`Unit` is a basic building block of the library. Every dimension works with
|
`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
|
a concrete hierarchy of units. Such hierarchy defines a reference unit and
|
||||||
often a few scaled versions of it.
|
often a few scaled versions of it.
|
||||||
|
Reference in New Issue
Block a user