aboutsummaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2021-03-19Demonstrate cone sampling with rejection sampling too.Arun Isaac
2021-03-19Implement rejection sampling based cone sampling.Arun Isaac
2021-03-19Factor out random planar angle generation.Arun Isaac
2021-03-15Put sample code in separate function.Arun Isaac
2021-03-15Remove unused imports.Arun Isaac
2021-03-15Add function docstrings.Arun Isaac
2021-03-15Remove space between function name and bracket.Arun Isaac
2021-03-15Implement simplified cone sampling algorithm.Arun Isaac
2021-03-15Vectorize functions.Arun Isaac
2021-03-15Fix solid_angle_fraction2planar_angle for solid_angle_fraction > 1/2.Arun Isaac
2021-03-10Do not concatenate numpy arrays.Arun Isaac
2021-03-10Remove surface area computation.Arun Isaac
2021-03-10Add Python implementation of cone sampling.Arun Isaac