1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-25 07:31:20 +02:00
This commit is contained in:
Justin Lin
2020-01-26 20:45:02 +08:00
parent f749e4808a
commit dd7ed32f4c
2 changed files with 5 additions and 5 deletions

View File

@@ -8,6 +8,9 @@
*
**/
use <in_shape.scad>;
use <pixel/px_polyline.scad>;
function px_polygon(points, filled = false) =
filled ?
let(

View File

@@ -1,8 +1,5 @@
include <unittest.scad>;
include <in_shape.scad>;
include <pixel/px_line.scad>;
include <pixel/px_polyline.scad>;
include <pixel/px_polygon.scad>;
use <unittest.scad>;
use <pixel/px_polygon.scad>;
module test_px_polygon() {
echo("==== test_px_polygon ====");