mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-30 00:09:37 +00:00
Fixed typo in subdivide_path() docs.
This commit is contained in:
parent
a3207af6ab
commit
62b54e4ef3
2 changed files with 2 additions and 2 deletions
|
@ -1167,7 +1167,7 @@ function _sum_preserving_round(data, index=0) =
|
|||
|
||||
// Function: subdivide_path()
|
||||
// Usage:
|
||||
// newpath = subdivifde_path(path, [N|refine], method);
|
||||
// newpath = subdivide_path(path, [N|refine], method);
|
||||
// Description:
|
||||
// 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
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
//////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
BOSL_VERSION = [2,0,370];
|
||||
BOSL_VERSION = [2,0,371];
|
||||
|
||||
|
||||
// Section: BOSL Library Version Functions
|
||||
|
|
Loading…
Reference in a new issue