From 216250d963ec3ae56b7ffc33afddcd538bd52227 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Fri, 8 Dec 2023 15:59:13 +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 08f75de3b5..7830c8a681 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: