summaryrefslogtreecommitdiffstats
path: root/src/2geom/conicsec.h
diff options
context:
space:
mode:
authorPatrick Storz <eduard.braun2@gmx.de>2019-09-06 17:35:51 +0000
committerPatrick Storz <eduard.braun2@gmx.de>2019-09-06 17:35:51 +0000
commit7a951d2db3f5694d3a836f90c9465ebe83aa523e (patch)
treeba78ddf2db392295a9a69d2a62c566b2c9a0fa16 /src/2geom/conicsec.h
parentAdd listeners for when shapes used by text are changed. (diff)
downloadinkscape-7a951d2db3f5694d3a836f90c9465ebe83aa523e.tar.gz
inkscape-7a951d2db3f5694d3a836f90c9465ebe83aa523e.zip
Update 2geom
Now at https://gitlab.com/inkscape/lib2geom/commit/5eb3544738724087f3b53e047df5a8ead3549e8b Fixes https://bugs.launchpad.net/inkscape/+bug/1525498 and possibly https://gitlab.com/inkscape/inkscape/issues/194
Diffstat (limited to 'src/2geom/conicsec.h')
-rw-r--r--src/2geom/conicsec.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/2geom/conicsec.h b/src/2geom/conicsec.h
index 8b9b1f917..b84edc699 100644
--- a/src/2geom/conicsec.h
+++ b/src/2geom/conicsec.h
@@ -90,7 +90,7 @@ public:
void split(RatQuad &a, RatQuad &b) const;
D2<SBasis> hermite() const;
- std::vector<SBasis> homogenous() const;
+ std::vector<SBasis> homogeneous() const;
};
@@ -335,7 +335,7 @@ public:
}
/*
- * Compute the centre of simmetry of the conic section when it exists,
+ * Compute the centre of symmetry of the conic section when it exists,
* else it return an uninitialized boost::optional<Point> instance.
*/
boost::optional<Point> centre() const