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