Skip to content

Commit

Permalink
Definition of base dimension and derived dimension added to dimension…
Browse files Browse the repository at this point in the history
….dox
  • Loading branch information
iarfen committed Aug 12, 2024
1 parent 88df763 commit 617a6a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dox/units/dimension.dox
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** \class scifir::dimension
* \brief Class that represents dimensions of the SI system of units. Each dimension sizes 6 bytes, 1 byte for the dimension type, 1 byte for the prefix, 1 byte for the position (which can be the NUMERATOR or the DENOMINATOR), and 3 bytes for the custom dimension (in case it's used one).
* \brief Class that represents dimensions of the SI system of units. Each dimension sizes 6 bytes, 1 byte for the dimension type, 1 byte for the prefix, 1 byte for the position (which can be the NUMERATOR or the DENOMINATOR), and 3 bytes for the custom dimension (in case it's used one). A **base dimension** is a dimension that doesn't has more base dimensions, a **derived dimension** has always base dimensions from which it's defined.

* \enum scifir::dimension::position
* \brief Represents the position of the dimension, which can be at the numerator or at the denominator. The value NO_POSITION is used when there's no position specified.
Expand Down

0 comments on commit 617a6a5

Please sign in to comment.