Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-10 | Remove surface area computation. | Arun Isaac | |
Now that we are computing solid angle fractions, there is no need to compute the total surface area of the sphere. * contrib/cone-vector.py (surface_area_of_ball): Delete function. (solid_angle_fraction2planar_angle): Remove surface area computation. | |||
2021-03-10 | Add Python implementation of cone sampling. | Arun Isaac | |
* contrib/cone-vector.py: New file. |