mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-14 14:14:03 +02:00
fix doc error
This commit is contained in:
@@ -451,7 +451,7 @@ function is_path_simple(path, closed=false, eps=EPSILON) =
|
|||||||
// pt = the point to find the closest point to.
|
// pt = the point to find the closest point to.
|
||||||
// Example(2D):
|
// Example(2D):
|
||||||
// path = circle(d=100,$fn=6);
|
// path = circle(d=100,$fn=6);
|
||||||
// pt = [20,10];q
|
// pt = [20,10];
|
||||||
// closest = path_closest_point(path, pt);
|
// closest = path_closest_point(path, pt);
|
||||||
// stroke(path, closed=true);
|
// stroke(path, closed=true);
|
||||||
// color("blue") translate(pt) circle(d=3, $fn=12);
|
// color("blue") translate(pt) circle(d=3, $fn=12);
|
||||||
|
Reference in New Issue
Block a user