tracers.py
tracers.py copied to clipboard
Array1DTracer Should Not Subclass Array2DTracer
trafficstars
It ends up inheriting functions which are not applicable to it (selectRow, selectCol, etc).
Yea I also noticed the issue and made Array1DTracer in tracers.js directly extend Tracer. I haven't fixed tracers.java and tracers.cpp, but I will fix them as well.