mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-01 09:49:45 +00:00
Fix error in bezier_offset() docs.
This commit is contained in:
parent
72c0922c13
commit
94c2378136
1 changed files with 1 additions and 1 deletions
|
@ -385,7 +385,7 @@ function bezier_close_to_axis(bezier, N=3, axis="X") =
|
||||||
|
|
||||||
// Function: bezier_offset()
|
// Function: bezier_offset()
|
||||||
// Usage:
|
// Usage:
|
||||||
// bezier_offset(offset, bezier, [N], [axis]);
|
// bezier_offset(offset, bezier, [N]);
|
||||||
// Description:
|
// Description:
|
||||||
// Takes a 2D bezier path and closes it with a matching reversed path that is offset by the given `offset` [X,Y] distance.
|
// Takes a 2D bezier path and closes it with a matching reversed path that is offset by the given `offset` [X,Y] distance.
|
||||||
// Arguments:
|
// Arguments:
|
||||||
|
|
Loading…
Reference in a new issue