vector3d.find edit page

return index of all points in an epsilon neighborhood of a vector

Syntax

[ind,d] = find(v,w)         % find closest point out of v to w
[I,d]   = find(v,w,epsilon) % find all points out of v in an epsilon neighborhood of w
[ind,d] = find(v,w,k)       % find k nearest points out of v to w