mirror of
https://github.com/revarbat/BOSL2.git
synced 2025-01-16 21:58:27 +01:00
Fixed See Also refs for removed jitter function.
This commit is contained in:
parent
2911110bd0
commit
47b803276b
@ -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…
x
Reference in New Issue
Block a user