mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-07-31 22:30:23 +02:00
Fix error in bezier_offset() docs.
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user