From 1841d74148e51f7c9f77eeb987a9c9373e1b57dd Mon Sep 17 00:00:00 2001 From: dr-jts Date: Tue, 14 Jan 2025 18:50:35 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20libgeos/?= =?UTF-8?q?geos@d9a84487f21edc967b137e44a4feb8122f8afbb2=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doxygen/MaximumInscribedCircle_8h_source.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doxygen/MaximumInscribedCircle_8h_source.html b/doxygen/MaximumInscribedCircle_8h_source.html index 69937c824..c1839b57e 100644 --- a/doxygen/MaximumInscribedCircle_8h_source.html +++ b/doxygen/MaximumInscribedCircle_8h_source.html @@ -134,7 +134,7 @@
136 geom::CoordinateXY radiusPt;
137
138 /* private methods */
-
139 double distanceToBoundary(const geom::Coordinate& c);
+
139 double distanceToBoundary(geom::Point& pt);
140 double distanceToBoundary(double x, double y);
141 void compute();
142
@@ -220,10 +220,10 @@
std::unique_ptr< geom::Point > getRadiusPoint()
static std::unique_ptr< geom::LineString > getRadiusLine(const geom::Geometry *polygonal, double tolerance)
Determines the location of Coordinates relative to an areal geometry, using indexing for efficiency.
Definition IndexedPointInAreaLocator.h:54
-
Coordinate is the lightweight class used to store coordinates.
Definition Coordinate.h:217
An Envelope defines a rectangulare region of the 2D coordinate plane.
Definition Envelope.h:59
Supplies a set of utility methods for building Geometry objects from CoordinateSequence or other Geom...
Definition GeometryFactory.h:70
Basic implementation of Geometry, constructed and destructed by GeometryFactory.
Definition Geometry.h:197
+
Definition Point.h:61
Computes the distance between the facets (segments and vertices) of two Geometrys using a Branch-and-...
Definition IndexedFacetDistance.h:46
Basic namespace for all GEOS functionalities.
Definition geos.h:39