We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6316cad commit efff6d4Copy full SHA for efff6d4
src/test/java/mesh/creator/catalan/test/TetrakisHexahedronTest.java
@@ -5,7 +5,6 @@
5
import static org.junit.jupiter.api.Assertions.assertEquals;
6
7
import java.util.List;
8
-import java.util.Vector;
9
10
import org.junit.jupiter.api.BeforeEach;
11
import org.junit.jupiter.api.Test;
@@ -116,7 +115,7 @@ public void testFaceAngles() {
116
115
}
117
118
119
- private float angleBetween(Vector3f a, Vector3f b) {
+ private double angleBetween(Vector3f a, Vector3f b) {
120
return GeometryUtil.angleBetweenVectors(a, b);
121
122
0 commit comments