mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-11 17:24:20 +02:00
use relative path
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use <util/slice.scad>;
|
||||
use <../util/slice.scad>;
|
||||
|
||||
function _convex_hull_lt_than_by_xy(p1, p2) =
|
||||
p1[0] < p2[0] || (p1[0] == p2[0] && p1[1] < p2[1]);
|
||||
|
@@ -1,4 +1,4 @@
|
||||
use <util/lerp.scad>;
|
||||
use <../util/lerp.scad>;
|
||||
|
||||
function interpolated_pt(p0, p1, threshold) =
|
||||
lerp(
|
||||
|
Reference in New Issue
Block a user