grid_plot.m
Spherical quadrature grid plotter. Takes a cloud of points on a sphere and plots its Voronoi tessellation.
Syntax
grid_plot(x,y,z,vorn,c,options)
Parameters
x,y,z - column vectors containing Cartesian
coordinates of grid points
vorn - Voronoi tessellation; if this is not
provided, it will be computed
Outputs
this function plots a figure
Examples
Below is the Voronoi polyhedra diagram returned by grid_igloo(20).
See also
arclength.m, gaussleg.m, get_hull.m, grid_fibon.m, grid_igloo.m, grid_kron.m, grid_polar.m, grid_test.m, grid_trian.m, one_vcell_solidangle.m, repulsion.m, shrewd.m, sphtarea.m, sphtrsubd.m, vcell_solidangle.m, voitlander.m, voronoisphere.m, zfs_sampling.m, Kernel_utilities, Appendix I: powder grids
Version 2.6, authors: Ilya Kuprov
