mirror of
https://github.com/BelfrySCAD/BOSL2.git
synced 2024-12-29 16:29:40 +00:00
Docs link fix.
This commit is contained in:
parent
0792beb273
commit
76a8ce50c1
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@ function vector_axis(v1,v2=undef,v3=undef) =
|
|||
// Function: vector_search()
|
||||
// Usage:
|
||||
// indices = vector_search(query, r, target);
|
||||
// See Also: vector_tree_search(), vector_nearest()
|
||||
// See Also: vector_search_tree(), vector_nearest()
|
||||
// Topics: Search, Points, Closest
|
||||
// Description:
|
||||
// Given a list of query points `query` and a `target` to search,
|
||||
|
|
Loading…
Reference in a new issue