SPHERICALVORONOIDOMAIN Compute a spherical voronoi domain. POLY = sphericalVoronoiDomain(GERM, NEIGHBORS) GERM is a 1-by-3 row vector representing cartesian coordinates of a point on the unit sphere (in X, Y Z order) NEIGHBORS is a N-by-3 array representing cartesian coordinates of the germ neighbors. It is expected that NEIGHBORS contains only neighbors that effectively contribute to the voronoi domain. Example sphericalVoronoiDomain See also drawSphericalPolygon ------ Author: David Legland e-mail: david.legland@grignon.inra.fr Created: 2010-11-17, using Matlab 7.9.0.529 (R2009b) Copyright 2010 INRA - Cepia Software Platform.
Package: matgeom