Skip to content
Snippets Groups Projects
Commit 60f92886 authored by Amandine  TOURNAY's avatar Amandine TOURNAY
Browse files

Updated POM

parent 13c6cdb6
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.bioimageanalysis.icy</groupId> <groupId>org.bioimageanalysis.icy</groupId>
<artifactId>parent-pom-plugin</artifactId> <artifactId>parent-pom-plugin</artifactId>
<version>1.0.1</version> <version>1.0.3</version>
</parent> </parent>
<artifactId>quickhull</artifactId> <artifactId>quickhull</artifactId>
......
...@@ -64,7 +64,7 @@ import javax.vecmath.Vector3d; ...@@ -64,7 +64,7 @@ import javax.vecmath.Vector3d;
* {@link #getVertices(double[]) getVertex} methods which pass point information using an array of * {@link #getVertices(double[]) getVertex} methods which pass point information using an array of
* doubles. * doubles.
* *
* <h3><a name=distTol>Robustness </a></h3> * <h3><a href=distTol>Robustness </a></h3>
* Because this algorithm uses floating point arithmetic, it is potentially vulnerable to errors * Because this algorithm uses floating point arithmetic, it is potentially vulnerable to errors
* arising from numerical imprecision. We address this problem in the same way as <a * arising from numerical imprecision. We address this problem in the same way as <a
* href=http://www.qhull.org>qhull</a>, by merging faces whose edges are not clearly convex. A face * href=http://www.qhull.org>qhull</a>, by merging faces whose edges are not clearly convex. A face
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment