Walther / clovers

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

Add a more general `quad` structure #89

Closed Walther closed 3 years ago

Walther commented 3 years ago

Currently, the rect.rs has only three separate axis-aligned rectangles. Add a more generic quad structure with arbitrary directions.

see https://github.com/RayTracing/raytracing.github.io/pull/907