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 | |||||
epsilon |
double |
||||
param,val | Parameters and values that control find
|
Output
ind |
int32 |
MTEX 4.0.1 |