edin / raytracer

Performance comparison of various compilers
MIT License
57 stars 22 forks source link

Few tweaks on Rust impl #21

Closed darleybarreto closed 3 years ago

darleybarreto commented 3 years ago

Here a some few tweaks I commented in the other PR. I also ran cargo fmt in the code.

darleybarreto commented 3 years ago

I added some ops impls to make the code more ergonomic, usind a * b instead of a.times(b).