aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/TutorialGeometry.dox
diff options
context:
space:
mode:
authorGravatar luz.paz" <luzpaz@users.noreply.github.com>2018-08-01 21:34:47 -0400
committerGravatar luz.paz" <luzpaz@users.noreply.github.com>2018-08-01 21:34:47 -0400
commit43fd42a33b484914ca92931ea63583b672c5e67b (patch)
tree2305136b48633cb1091c581fd4bae5c9b1613da6 /doc/TutorialGeometry.dox
parent2cbd9dd49806d686a40841b6d888a83c816efccf (diff)
Fix doxy and misc. typos
Found via `codespell -q 3 -I ../eigen-word-whitelist.txt` --- Eigen/src/Core/ProductEvaluators.h | 4 ++-- Eigen/src/Core/arch/GPU/Half.h | 2 +- Eigen/src/Core/util/Memory.h | 2 +- Eigen/src/Geometry/Hyperplane.h | 2 +- Eigen/src/Geometry/Transform.h | 2 +- Eigen/src/Geometry/Translation.h | 12 ++++++------ doc/PreprocessorDirectives.dox | 2 +- doc/TutorialGeometry.dox | 2 +- test/boostmultiprec.cpp | 2 +- test/triangular.cpp | 2 +- 10 files changed, 16 insertions(+), 16 deletions(-)
Diffstat (limited to 'doc/TutorialGeometry.dox')
-rw-r--r--doc/TutorialGeometry.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/TutorialGeometry.dox b/doc/TutorialGeometry.dox
index 2e1420f98..86e9f1e72 100644
--- a/doc/TutorialGeometry.dox
+++ b/doc/TutorialGeometry.dox
@@ -111,7 +111,7 @@ rot3 = rot1.slerp(alpha,rot2);\endcode</td></tr>
<a href="#" class="top">top</a>\section TutorialGeoTransform Affine transformations
-Generic affine transformations are represented by the Transform class which internaly
+Generic affine transformations are represented by the Transform class which internally
is a (Dim+1)^2 matrix. In Eigen we have chosen to not distinghish between points and
vectors such that all points are actually represented by displacement vectors from the
origin ( \f$ \mathbf{p} \equiv \mathbf{p}-0 \f$ ). With that in mind, real points and