Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Quickhull
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Bioimage Analysis
Icy
Extensions
Quickhull
Commits
60f92886
Commit
60f92886
authored
4 years ago
by
Amandine TOURNAY
Browse files
Options
Downloads
Patches
Plain Diff
Updated POM
parent
13c6cdb6
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
pom.xml
+1
-1
1 addition, 1 deletion
pom.xml
src/main/java/plugins/adufour/quickhull/QuickHull3D.java
+1
-1
1 addition, 1 deletion
src/main/java/plugins/adufour/quickhull/QuickHull3D.java
with
2 additions
and
2 deletions
pom.xml
+
1
−
1
View file @
60f92886
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
src/main/java/plugins/adufour/quickhull/QuickHull3D.java
+
1
−
1
View file @
60f92886
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment