Trees | Indices | Help |
|
---|
|
Module for transforming between different coordinate systems.
|
|||
numpy rank-1, 3D array |
|
||
|
|
|||
__package__ =
|
Imports: acos, atan2, cos, sin, array, float64, zeros, norm
|
Convert the Cartesian vector [x, y, z] to spherical coordinates [r, theta, phi]. The parameter r is the radial distance, theta is the polar angle, and phi is the azimuth.
|
Convert the spherical coordinate vector [r, theta, phi] to the Cartesian vector [x, y, z]. The parameter r is the radial distance, theta is the polar angle, and phi is the azimuth.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Apr 10 13:30:29 2013 | http://epydoc.sourceforge.net |