intersect_half_spaces

rubin_sim.utils.intersect_half_spaces(hs1, hs2)
Parameters:
hs1, hs2 are Half Spaces
Returns:
A list of the cartesian points where the Half Spaces intersect.
Note: if the Half Spaces are identical, then this list will be
empty.
Based on section 3.5 of
Szalay A. et al. (2007)
“Indexing the Sphere with the Hierarchical Triangular Mesh”
arXiv:cs/0701164