mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-14 18:54:41 +02:00
use scad
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
include <unittest.scad>;
|
use <unittest.scad>;
|
||||||
include <hull_polyline2d.scad>;
|
use <hull_polyline2d.scad>;
|
||||||
|
|
||||||
module test_hull_polyline2d_line_segment(index, point1, point2, radius) {
|
module test_hull_polyline2d_line_segment(index, point1, point2, radius) {
|
||||||
points = [[1, 2], [-5, -4], [-5, 3], [5, 5]];
|
points = [[1, 2], [-5, -4], [-5, 3], [5, 5]];
|
||||||
|
Reference in New Issue
Block a user