1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-19 04:51:26 +02:00

refactor: avoid atan2

This commit is contained in:
Justin Lin
2022-04-16 11:34:21 +08:00
parent 3ba4b3fdec
commit b024c6084f
2 changed files with 14 additions and 8 deletions

View File

@@ -10,8 +10,7 @@ module test_line2d_cap(point, style) {
);
}
module test_line2d_line(angle, length, width, frags) {
assertEqualNum(0, angle);
module test_line2d_line(length, width, frags) {
assertEqualNum(5, length);
assertEqualNum(1, width);
assertEqualNum(24, frags);