mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 08:19:43 +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()
|
||||
// Usage:
|
||||
// bezier_offset(offset, bezier, [N], [axis]);
|
||||
// bezier_offset(offset, bezier, [N]);
|
||||
// Description:
|
||||
// Takes a 2D bezier path and closes it with a matching reversed path that is offset by the given `offset` [X,Y] distance.
|
||||
// Arguments:
|
||||
|
|
Loading…
Reference in a new issue