Walther / clovers

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

Convenience types: Point vs Vector #108

Closed Walther closed 6 months ago

Walther commented 3 years ago

Currently, the codebase only uses the Vec3 type for everything. It might make some functions a bit more readable to have separate Point and Vector type aliases, even if the contents are the same?