1
0
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:
Justin Lin
2021-07-10 09:19:27 +08:00
parent 64513c8fb0
commit d6505ca082
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
use <util/slice.scad>; use <../util/slice.scad>;
function _convex_hull_lt_than_by_xy(p1, p2) = function _convex_hull_lt_than_by_xy(p1, p2) =
p1[0] < p2[0] || (p1[0] == p2[0] && p1[1] < p2[1]); p1[0] < p2[0] || (p1[0] == p2[0] && p1[1] < p2[1]);

View File

@@ -1,4 +1,4 @@
use <util/lerp.scad>; use <../util/lerp.scad>;
function interpolated_pt(p0, p1, threshold) = function interpolated_pt(p0, p1, threshold) =
lerp( lerp(