fix typo in documentation
found a tiny typo when reading the docs...
thank you guys for this awesome library 🚀
This commit is contained in:
parent
a90c443b7a
commit
5842f42632
@ -291,7 +291,7 @@ class GLViewWidget(QtOpenGL.QGLWidget):
|
|||||||
**Arguments:**
|
**Arguments:**
|
||||||
*dx* Distance to pan in x direction
|
*dx* Distance to pan in x direction
|
||||||
*dy* Distance to pan in y direction
|
*dy* Distance to pan in y direction
|
||||||
*dx* Distance to pan in z direction
|
*dz* Distance to pan in z direction
|
||||||
*relative* String that determines the direction of dx,dy,dz.
|
*relative* String that determines the direction of dx,dy,dz.
|
||||||
If "global", then the global coordinate system is used.
|
If "global", then the global coordinate system is used.
|
||||||
If "view", then the z axis is aligned with the view
|
If "view", then the z axis is aligned with the view
|
||||||
|
Loading…
Reference in New Issue
Block a user