pyqtgraph/pyqtgraph/opengl
Ogi Moore b0769f4be9 Use math.radians and math.degrees
Many places in the library were doing radian to degree conversion
via the manual calculation.  Doing timeit benchmarks on my system, I
am able to get a 4x speedup by using math.degrees or math.radians
instead
2021-04-23 22:43:51 -07:00
..
items Use clip_array or clip_scalar instead of np.clip 2021-04-23 11:53:00 -07:00
__init__.py exporters, multiprocess, opengl 2013-12-23 09:46:54 -05:00
GLGraphicsItem.py Import from python2_3 for all uses of basestring, cmp, and xrange 2015-05-19 09:29:55 -04:00
glInfo.py update glinfo.py to use QOpenGLWidget 2021-01-15 08:25:09 +08:00
GLViewWidget.py Use math.radians and math.degrees 2021-04-23 22:43:51 -07:00
MeshData.py Fix typo bug 2020-01-09 15:23:49 -06:00
shaders.py Corrected documentation for heightColor shader 2019-06-28 01:51:20 +02:00