Bases: astropy.coordinates.BaseRepresentation
Representation of points in 3D cylindrical coordinates.
Parameters: | rho : Quantity
phi : Quantity
z : Quantity
copy : bool, optional
|
---|
Attributes Summary
attr_classes | Dictionary that remembers insertion order |
phi | The azimuth of the point(s). |
recommended_units | |
rho | The distance of the point(s) from the z-axis. |
z | The height of the point(s). |
Methods Summary
from_cartesian(cart) | Converts 3D rectangular cartesian coordinates to cylindrical polar coordinates. |
to_cartesian() | Converts cylindrical polar coordinates to 3D rectangular cartesian coordinates. |
Attributes Documentation
The azimuth of the point(s).
The distance of the point(s) from the z-axis.
The height of the point(s).
Methods Documentation
Converts 3D rectangular cartesian coordinates to cylindrical polar coordinates.
Converts cylindrical polar coordinates to 3D rectangular cartesian coordinates.