pathtracer/src
Bruno BELANYI 31272bceac library: core: color: add arithmetic operations
The only operations that are not supported right now are term-by-term
division and multiplication between two colors.

I deemed the multiplication and division by a scalar more important than
those operations for the moment.
2020-03-16 16:14:40 +01:00
..
core library: core: color: add arithmetic operations 2020-03-16 16:14:40 +01:00
light library: light: add SpatialLight trait definition 2020-03-16 15:22:56 +01:00
shape library: shape: add Shape trait definition 2020-03-16 15:25:21 +01:00
lib.rs library: add shape module 2020-03-16 15:25:03 +01:00
main.rs project: add Cargo project files 2020-03-08 16:22:44 +01:00