Walther / clovers

Ray Tracing in Rust
https://walther.github.io/clovers/clovers/
13 stars 1 forks source link

Consider using quickcheck or similar for checking the maths #21

Closed Walther closed 8 months ago

Walther commented 4 years ago

Currently, there's a lot of utility functions for which the output is assumed valid.

Consider the possibility of using something like quickcheck to validate the various functions and inspect for possible outlier values.

Walther commented 8 months ago

Some use of proptest started in #195.