find

(method of vector3d)

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 w

Input

v, w

vector3d

epsilon

double

param,val Parameters and values that control find
Parameter Description
'antipodal'

include antipodal symmetry

Output

ind

int32