mirror of
https://github.com/JustinSDK/dotSCAD.git
synced 2025-08-11 09:14:29 +02:00
rename
This commit is contained in:
@@ -4,7 +4,7 @@ to_do:
|
||||
|
||||
|
||||
2.4 preview:
|
||||
- intersection_p
|
||||
- lines_intersection2
|
||||
- util/sum
|
||||
- util/zip
|
||||
- matrix/m_determinant
|
||||
|
@@ -1,7 +1,7 @@
|
||||
use <__comm__/__line_intersection.scad>;
|
||||
use <__comm__/__in_line.scad>;
|
||||
|
||||
function intersection_p(line_pts1, line_pts2, ext = false, epsilon = 0.0001) =
|
||||
function lines_intersection2(line_pts1, line_pts2, ext = false, epsilon = 0.0001) =
|
||||
let(
|
||||
pt = __line_intersection(line_pts1, line_pts2, epsilon)
|
||||
)
|
Reference in New Issue
Block a user