From 7a059670b4dc5e95db6a38bf5f7d030c1697ec91 Mon Sep 17 00:00:00 2001 From: Han Lu <11597940+ErbB4@users.noreply.github.com> Date: Thu, 1 Aug 2024 15:06:13 +0200 Subject: [PATCH] Update morphology.rst --- doc/cpp/morphology.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/cpp/morphology.rst b/doc/cpp/morphology.rst index b3aadb24e..3bf52f7f7 100644 --- a/doc/cpp/morphology.rst +++ b/doc/cpp/morphology.rst @@ -224,14 +224,14 @@ From morphologies to points and segments The :cpp:type:`morphology` class has the ``branch_segments`` method for returning a vector of :cpp:type:`msegment` objects that describe the geometry -of that branch. However, determining the position in the space of an +of that branch. However, determining the position in space of an :cpp:type:`mlocation`, for example, requires some assumptions about how to position points which fall inside a morphological segment. The :cpp:type:`place_pwlin` class takes a :cpp:type:`morphology` (and optionally an :cpp:type:`isometry`) and interprets it as describing a piecewise-linear object in space. It can then be queried to find the 3-d -positions in the space of points on the morphology and the extents in space of +positions in space of points on the morphology and the extents in space of morphological sub-regions. Because the morphology need not be contiguous in space, a position query can