File: coordinatetools.rst

package info (click to toggle)
psychopy 2020.2.10%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 44,056 kB
  • sloc: python: 119,649; javascript: 3,022; makefile: 148; sh: 125; xml: 9
file content (21 lines) | stat: -rw-r--r-- 410 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

:mod:`psychopy.tools.coordinatetools`
-------------------------------------
.. automodule:: psychopy.tools.coordinatetools
.. currentmodule:: psychopy.tools.coordinatetools
        
.. autosummary:: 

    cart2pol
    cart2sph
    pol2cart
    sph2cart
    
Function details
~~~~~~~~~~~~~~~~~~~~~~~

.. autofunction:: cart2pol
.. autofunction:: cart2sph
.. autofunction:: pol2cart
.. autofunction:: sph2cart