sphtrsubd.m
Spherical triangle subdivision. Returns the midpoints of the sides of a spherical triangle specified by the unit vectors supplied.
Syntax
[r12,r23,r31]=sphtrsubd(r1,r2,r3)
Parameters
r1,r2,r3 - three-element unit vectors with Cartesian
coordinates of triangle vertices
Outputs
r12,r23,r31 - three-element unit vectors with Cartesian
coordinates of triangle arc midpoints
See also
arclength.m, gaussleg.m, get_hull.m, grid_fibon.m, grid_igloo.m, grid_kron.m, grid_plot.m, grid_polar.m, grid_test.m, grid_trian.m, one_vcell_solidangle.m, repulsion.m, shrewd.m, sphtarea.m, vcell_solidangle.m, voitlander.m, voronoisphere.m, zfs_sampling.m, Kernel_utilities, Appendix I: powder grids
Version 2.6, authors: Ilya Kuprov