jamesbowman / raytrace

Python raytracer
BSD 3-Clause "New" or "Revised" License
278 stars 56 forks source link

Remove unnessecary `import` #3

Closed oohwooh closed 5 years ago

jamesbowman commented 5 years ago

Thanks!

oohwooh commented 5 years ago

No problem! Off topic, but would you mind giving me a couple tips on how I might create a Cube class? I'm finding it a little hard to understand your code with all the one letter variable names.