return indece and distance of all nodes within a eps neighborhood
Syntax
[ind,dist] = find(SO3G,nodes,radius)
Input
SO3G | SO3Grid |
nodes | quaternion |
radius | double |
Output
ind | index of the closes grid point |
dist | misorientation angle |
return indece and distance of all nodes within a eps neighborhood
[ind,dist] = find(SO3G,nodes,radius)
SO3G | SO3Grid |
nodes | quaternion |
radius | double |
ind | index of the closes grid point |
dist | misorientation angle |