Skip to content

Commit 5aa3a1b

Browse files
authored
fix links
1 parent d4e1885 commit 5aa3a1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ An example is provided in the following script.
4747
drawEllipseAxes(elli, 'color', colors(i,:), 'linewidth', 2)
4848
end
4949

50-
![Computation of equivalent ellipses, oriented box, and fitting line from set of points](https://github.com/mattools/matGeom/blob/master/doc/images/demo_geom2d_iris.png)
50+
![Computation of equivalent ellipses, oriented box, and fitting line from set of points](https://github.com/mattools/matGeom/blob/master/docs/images/demo_geom2d_iris.png)
5151

5252
It is possible to work with more complex shapes such as polygonal lines ("polylines") or polygons.
5353
Common operations comprise smoothing, simplification (retaining only a selection of vertices),
@@ -84,7 +84,7 @@ A summary of typical operations in presented in the following script.
8484
inters = intersectLinePolygon(line, poly_simpl);
8585
drawPoint(inters, 'Color', 'r', 'Marker', 'o', 'MarkerFaceColor', 'w', 'linewidth', 2);
8686

87-
![Summary of polygon processing operations: smoothing, simplification, convex hull, intersection with lines.](https://github.com/mattools/matGeom/blob/master/doc/images/leafPoly_variousOps.png)
87+
![Summary of polygon processing operations: smoothing, simplification, convex hull, intersection with lines.](https://github.com/mattools/matGeom/blob/master/docs/images/leafPoly_variousOps.png)
8888

8989

9090
## Package organization

0 commit comments

Comments
 (0)