return index of all points in a epsilon neighborhood of a vector
Syntax
ind = find(v,w,epsilon) % find all points out of v in a epsilon neighborhood of w
ind = find(v,w) % find closest point out of v to wInput
| v, w | vector3d |
| epsilon | double |
Output
| ind | int32 |
Options
| antipodal | include antipodal symmetry |