Implements General Ray-Tacing Procedure
- numpy
- matplotlib
- scipy
git clone https://github.com/CSChisholm/raytracing.git
cd raytracing
python3 setup.py install
from raytracing import raytracing as rt
See Examples.
The example scripts can be imported and run using
from raytracing import Examples as rtExamples
rtExamples.Imaging.main()