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

public in_line

This commit is contained in:
Justin Lin
2019-05-27 17:29:29 +08:00
parent 8457bd403c
commit 4e1eca2df2

3
src/in_line.scad Normal file
View File

@@ -0,0 +1,3 @@
include <__private__/__in_line.scad>;
function in_line(line_pts, pt) = __in_line(line_pts, pt);