mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-09 07:06:43 +02:00
doc fix
This commit is contained in:
@@ -1412,10 +1412,10 @@ module exclusive_or() {
|
|||||||
// Arguments:
|
// Arguments:
|
||||||
// region = region or path listing points to compute the hull from.
|
// region = region or path listing points to compute the hull from.
|
||||||
// Example(2D, NoAxes):
|
// Example(2D, NoAxes):
|
||||||
data = [star(id=10,od=20,n=9),
|
// data = [star(id=10,od=20,n=9),
|
||||||
right(30, star(id=12,od=25, n=7))];
|
// right(30, star(id=12,od=25, n=7))];
|
||||||
stroke(data);
|
// stroke(data);
|
||||||
stroke([hull_region(data)],color="red");
|
// stroke([hull_region(data)],color="red");
|
||||||
function hull_region(region) =
|
function hull_region(region) =
|
||||||
assert(is_path(region) || is_region(region))
|
assert(is_path(region) || is_region(region))
|
||||||
let(
|
let(
|
||||||
|
Reference in New Issue
Block a user