mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2025-01-04 03:09:45 +00:00
Merge pull request #660 from revarbat/revarbat_dev
Fixed See Also refs for removed jitter function.
This commit is contained in:
commit
58b33fb3b6
2 changed files with 2 additions and 2 deletions
|
@ -358,7 +358,7 @@ function subdivide_path(path, N, refine, closed=true, exact=true, method="length
|
|||
|
||||
// Function: subdivide_long_segments()
|
||||
// Topics: Paths, Path Subdivision
|
||||
// See Also: subdivide_path(), subdivide_and_slice(), path_add_jitter(), jittered_poly()
|
||||
// See Also: subdivide_path(), subdivide_and_slice(), jittered_poly()
|
||||
// Usage:
|
||||
// spath = subdivide_long_segments(path, maxlen, [closed=]);
|
||||
// Description:
|
||||
|
|
|
@ -848,7 +848,7 @@ function _path_add_jitter(path, dist=1/512, closed=true) =
|
|||
|
||||
// Module: jittered_poly()
|
||||
// Topics: Extrusions
|
||||
// See Also: _path_add_jitter(), subdivide_long_segments()
|
||||
// See Also: subdivide_long_segments()
|
||||
// Usage:
|
||||
// jittered_poly(path, [dist]);
|
||||
// Description:
|
||||
|
|
Loading…
Reference in a new issue