Merge pull request #660 from revarbat/revarbat_dev

Fixed See Also refs for removed jitter function.
This commit is contained in:
Revar Desmera 2021-09-22 22:44:29 -07:00 committed by GitHub
commit 58b33fb3b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -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: