From c28a65ffa5ebe1d17bfaa33c2f6e831bde1a8261 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Thu, 21 Dec 2023 12:25:09 +0100 Subject: [PATCH] Update docs/users_guide/framework_basics/the_affine_space.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Johel Ernesto Guerrero Peña --- docs/users_guide/framework_basics/the_affine_space.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/users_guide/framework_basics/the_affine_space.md b/docs/users_guide/framework_basics/the_affine_space.md index 08f75de3..7830c8a6 100644 --- a/docs/users_guide/framework_basics/the_affine_space.md +++ b/docs/users_guide/framework_basics/the_affine_space.md @@ -394,8 +394,8 @@ provided point origin. ### Converting between different representations of the same _point_ As we might represent the same _point_ with _vectors_ from various origins, the **mp-units** library -provides facilities to convert the _point_ to the `quantity_point` class templates expressed in -terms of different origins. +provides facilities to convert the _point_ to `quantity_point` class templates expressed in +terms of origins relative to each other in the type system. For this purpose, we can use: