Open danielcasto opened 2 years ago
See if there is a more readable/ more practical way of doing get_solutions in Camera. Make sure to account for light calculations as well.
Statically type all variable definitions (where possible).
Give privately used functions a name with "_" or "__" as a prefix.
Only use ray_size to define shape of Rays. Don't keep it as class var. Initialize rays as empty np array in init.
Add all source files to a dir called src.