Skip to content
Snippets Groups Projects
Commit a60e881e authored by marionlouveaux's avatar marionlouveaux
Browse files

Javadoc correction

parent c9a81c2b
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
</parent> </parent>
<artifactId>icy-quickhull</artifactId> <artifactId>icy-quickhull</artifactId>
<version>1.0.1</version> <version>1.0.2</version>
<packaging>jar</packaging> <packaging>jar</packaging>
......
...@@ -6,8 +6,8 @@ import icy.plugin.interface_.PluginLibrary; ...@@ -6,8 +6,8 @@ import icy.plugin.interface_.PluginLibrary;
/** /**
* Main class of the QuickHull library for Icy * Main class of the QuickHull library for Icy
* *
* @see {@link QuickHull2D} * {@link QuickHull2D}
* @see {@link QuickHull3D} * {@link QuickHull3D}
* *
* @author Alexandre Dufour * @author Alexandre Dufour
* *
......
...@@ -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</h3> * <h3><a name=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