From 0d8c398ff4e78277750baea38e3f7f0de878fbd2 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Thu, 31 Aug 2023 18:56:43 +0200 Subject: [PATCH] docs: `quantity_point.h` mentioned in the docs --- docs/users_guide/framework_basics/the_affine_space.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/users_guide/framework_basics/the_affine_space.md b/docs/users_guide/framework_basics/the_affine_space.md index db5aaaf8..388282b4 100644 --- a/docs/users_guide/framework_basics/the_affine_space.md +++ b/docs/users_guide/framework_basics/the_affine_space.md @@ -82,6 +82,10 @@ As we can see above, the `quantity_point` class template exposes one additional to `quantity`. The `PO` parameter satisfies a [`PointOriginFor` concept](basic_concepts.md#PointOriginFor) and specifies the origin of our measurement scale. +!!! tip + + `quantity_point` definition can be found in the `mp-units/quantity_point.h` header file. + As a _point_ can be represented with a _vector_ from the origin, a `quantity_point` class template can be created with the following operations: