mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-31 17:32:20 +02:00
fix permutation docs
consolidate "line/segment/ray" functions to just "line" with bounded option add RAY, LINE and SEGMENT constants
This commit is contained in:
2
vnf.scad
2
vnf.scad
@@ -899,7 +899,7 @@ function vnf_validate(vnf, show_warns=true, check_isects=false) =
|
||||
c = varr[ic]
|
||||
)
|
||||
if (!approx(a,b) && !approx(b,c) && !approx(a,c)) let(
|
||||
pt = segment_closest_point([a,c],b)
|
||||
pt = line_closest_point([a,c],b,SEGMENT)
|
||||
)
|
||||
if (approx(pt,b))
|
||||
_vnf_validate_err("T_JUNCTION", [b])
|
||||
|
Reference in New Issue
Block a user