mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-07 06:56:44 +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()
|
// 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:
|
||||||
|
Reference in New Issue
Block a user