projects
/
IRC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4752a9f
)
fixes to remove compilation warnings. now DOJ works fine with the Voronoi.
author
yeom
<yeom>
Wed, 2 May 2012 17:34:29 +0000
(17:34 +0000)
committer
yeom
<yeom>
Wed, 2 May 2012 17:34:29 +0000
(17:34 +0000)
Robust/src/Benchmarks/oooJava/voronoi/Edge.java
patch
|
blob
|
history
diff --git
a/Robust/src/Benchmarks/oooJava/voronoi/Edge.java
b/Robust/src/Benchmarks/oooJava/voronoi/Edge.java
index
6e574d5
..
d07b74d
100644
(file)
--- a/
Robust/src/Benchmarks/oooJava/voronoi/Edge.java
+++ b/
Robust/src/Benchmarks/oooJava/voronoi/Edge.java
@@
-388,9
+388,9
@@
class Edge {
Vertex v3 = nex.dest();
Vertex v4 = snex.dest();
if (v1.ccw(v2, v3) != v1.ccw(v2, v4)) {
- Ve
c2
v21 = prev.orig();
- Ve
c2
v22 = prev.dest();
- Ve
c2
v23 = nex.dest();
+ Ve
rtex
v21 = prev.orig();
+ Ve
rtex
v22 = prev.dest();
+ Ve
rtex
v23 = nex.dest();
Vec2 vv1 = v21.circle_center(v22, v23);
v21 = sprev.orig();
v22 = sprev.dest();