Fixed See Also refs for removed jitter function.

This commit is contained in:
Garth Minette 2021-09-22 22:41:00 -07:00
parent 2911110bd0
commit 47b803276b
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: