1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-13 18:24:28 +02:00
This commit is contained in:
Justin Lin
2020-01-27 14:59:15 +08:00
parent 1e97f09092
commit 9fc93a0448

View File

@@ -1,5 +1,5 @@
include <unittest.scad>;
include <hull_polyline2d.scad>;
use <unittest.scad>;
use <hull_polyline2d.scad>;
module test_hull_polyline2d_line_segment(index, point1, point2, radius) {
points = [[1, 2], [-5, -4], [-5, 3], [5, 5]];