mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-08-11 07:34:38 +02:00
Fixed typo in subdivide_path() docs.
This commit is contained in:
@@ -1167,7 +1167,7 @@ function _sum_preserving_round(data, index=0) =
|
|||||||
|
|
||||||
// Function: subdivide_path()
|
// Function: subdivide_path()
|
||||||
// Usage:
|
// Usage:
|
||||||
// newpath = subdivifde_path(path, [N|refine], method);
|
// newpath = subdivide_path(path, [N|refine], method);
|
||||||
// Description:
|
// Description:
|
||||||
// Takes a path as input (closed or open) and subdivides the path to produce a more
|
// Takes a path as input (closed or open) and subdivides the path to produce a more
|
||||||
// finely sampled path. The new points can be distributed proportional to length
|
// finely sampled path. The new points can be distributed proportional to length
|
||||||
|
@@ -8,7 +8,7 @@
|
|||||||
//////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
|
|
||||||
BOSL_VERSION = [2,0,370];
|
BOSL_VERSION = [2,0,371];
|
||||||
|
|
||||||
|
|
||||||
// Section: BOSL Library Version Functions
|
// Section: BOSL Library Version Functions
|
||||||
|
Reference in New Issue
Block a user