1
0
mirror of https://github.com/JustinSDK/dotSCAD.git synced 2025-08-15 11:14:17 +02:00

move to pixel

This commit is contained in:
Justin Lin
2020-05-14 08:09:05 +08:00
parent c14734197d
commit 94f39ca649
3 changed files with 6 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
use <util/sort.scad>;
use <util/has.scad>;
use <../util/sort.scad>;
use <../util/has.scad>;
function px_difference(points1, points2) =
let(sorted = sort(points2, by = "vt"))

View File

@@ -1,5 +1,5 @@
use <util/sort.scad>;
use <util/has.scad>;
use <../util/sort.scad>;
use <../util/has.scad>;
function px_intersection(points1, points2) =
let(

View File

@@ -1,5 +1,5 @@
use <util/sort.scad>;
use <util/dedup.scad>;
use <../util/sort.scad>;
use <../util/dedup.scad>;
function px_union(points1, points2) =
dedup(