Difference between revisions of "Arclength.m"
m (Rename Arguments section heading to Parameters) |
(Update function See also links and function index membership) |
||
| Line 16: | Line 16: | ||
==See also== | ==See also== | ||
| − | [[Kernel_utilities | + | [[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]], [[sphtrsubd.m]], [[vcell_solidangle.m]], [[voitlander.m]], [[voronoisphere.m]], [[zfs_sampling.m]], [[Kernel_utilities]], [[Appendix_I:_powder_grids]] |
| − | |||
| − | [[Appendix_I:_powder_grids | ||
''Version 2.6, authors: [[Ilya Kuprov]]'' | ''Version 2.6, authors: [[Ilya Kuprov]]'' | ||
Latest revision as of 19:34, 6 June 2026
Arc length between two points on the unit sphere specified by the unit vectors supplied.
Syntax
sig=arclength(r1,r2)
Parameters
r1,r2 - three-element unit vectors with Cartesian
coordinates of the arc endpoints
Outputs
sig - arc length
See also
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, sphtrsubd.m, vcell_solidangle.m, voitlander.m, voronoisphere.m, zfs_sampling.m, Kernel_utilities, Appendix_I:_powder_grids
Version 2.6, authors: Ilya Kuprov