summaryrefslogtreecommitdiff
path: root/src/cython/doc/tangential_complex_user.rst
diff options
context:
space:
mode:
authorROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-03-15 08:32:37 +0100
committerROUVREAU Vincent <vincent.rouvreau@inria.fr>2019-03-15 08:32:37 +0100
commitfe79987e03b5bce4515638f8d0549ae8db64f3e6 (patch)
tree8d81540f1a8ac5f106a2b542436825bdf922b3aa /src/cython/doc/tangential_complex_user.rst
parent3ec4014f39c514aa456a652bc0d876fba70ad6f9 (diff)
Fix code review
Diffstat (limited to 'src/cython/doc/tangential_complex_user.rst')
-rw-r--r--src/cython/doc/tangential_complex_user.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cython/doc/tangential_complex_user.rst b/src/cython/doc/tangential_complex_user.rst
index 11b37009..ebfe1e29 100644
--- a/src/cython/doc/tangential_complex_user.rst
+++ b/src/cython/doc/tangential_complex_user.rst
@@ -34,7 +34,7 @@ figures.
The input
-For each point :math:`P`, estimate its tangent subspace :math:`T_p` using PCA.
+For each point :math:`P`, estimate its tangent subspace :math:`T_P` using PCA.
.. figure:: ../../doc/Tangential_complex/tc_example_02.png
:alt: The estimated normals
@@ -45,7 +45,7 @@ For each point :math:`P`, estimate its tangent subspace :math:`T_p` using PCA.
Let us add the Voronoi diagram of the points in orange. For each point
:math:`P`, construct its star in the Delaunay triangulation of
-:math:`\mathscr P` restricted to :math:`T_p`.
+:math:`\mathscr P` restricted to :math:`T_P`.
.. figure:: ../../doc/Tangential_complex/tc_example_03.png
:alt: The Voronoi diagram
@@ -73,7 +73,7 @@ Let us take the same example.
Before
-Let us slightly move the tangent subspace :math:`T_q`
+Let us slightly move the tangent subspace :math:`T_Q`
.. figure:: ../../doc/Tangential_complex/tc_example_07_after.png
:alt: After