mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-16 11:44:50 +02:00
move to pixel
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
use <util/sort.scad>;
|
use <../util/sort.scad>;
|
||||||
use <util/has.scad>;
|
use <../util/has.scad>;
|
||||||
|
|
||||||
function px_difference(points1, points2) =
|
function px_difference(points1, points2) =
|
||||||
let(sorted = sort(points2, by = "vt"))
|
let(sorted = sort(points2, by = "vt"))
|
@@ -1,5 +1,5 @@
|
|||||||
use <util/sort.scad>;
|
use <../util/sort.scad>;
|
||||||
use <util/has.scad>;
|
use <../util/has.scad>;
|
||||||
|
|
||||||
function px_intersection(points1, points2) =
|
function px_intersection(points1, points2) =
|
||||||
let(
|
let(
|
@@ -1,5 +1,5 @@
|
|||||||
use <util/sort.scad>;
|
use <../util/sort.scad>;
|
||||||
use <util/dedup.scad>;
|
use <../util/dedup.scad>;
|
||||||
|
|
||||||
function px_union(points1, points2) =
|
function px_union(points1, points2) =
|
||||||
dedup(
|
dedup(
|
Reference in New Issue
Block a user