mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-13 18:24:28 +02:00
use scad
This commit is contained in:
@@ -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]];
|
||||
|
Reference in New Issue
Block a user