Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
Java_fleet_detection
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nguyeng Hoang Giang
Java_fleet_detection
Commits
17aff5c8
Commit
17aff5c8
authored
Mar 22, 2022
by
Nguyeng Hoang Giang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add
parent
4096b7a7
Pipeline
#1482
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
QuickHull3D.java
src/main/java/utils/QuickHull3D.java
+1
-1
No files found.
src/main/java/utils/QuickHull3D.java
View file @
17aff5c8
...
@@ -971,7 +971,7 @@ public class QuickHull3D {
...
@@ -971,7 +971,7 @@ public class QuickHull3D {
Face
face
=
(
Face
)
it
.
next
();
Face
face
=
(
Face
)
it
.
next
();
avgPoint
.
add
(
face
.
getCentroid
());
avgPoint
.
add
(
face
.
getCentroid
());
}
}
avgPoint
.
scale
(
1
/
faces
.
size
());
avgPoint
.
scale
(
(
double
)
1
/
faces
.
size
());
//Initialise the volume
//Initialise the volume
double
volume
=
0
;
double
volume
=
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment