We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c5209d commit 6591746Copy full SHA for 6591746
test/utils.test.js
@@ -72,10 +72,10 @@ test('Edge Lengths', () => {
72
});
73
74
test('Edge Direction', () => {
75
- expect(BuildingShapeUtils.edgeDirection(rightTriangle)).toBeDeepCloseTo([-Math.PI / 2, Math.PI / 4, 0]);
+ expect(BuildingShapeUtils.edgeDirection(rightTriangle)).toBeDeepCloseTo([-Math.PI / 2, 3 * Math.PI / 4, 0]);
76
77
78
-test('Edge Direction', () => {
+test('Edge Direction2', () => {
79
expect(BuildingShapeUtils.edgeDirection(rightTriangle2)).toBeDeepCloseTo([Math.PI, -Math.PI / 4, Math.PI / 2]);
80
81
0 commit comments