Bases: astropy.coordinates.BaseRepresentation
Representation of points in 3D cartesian coordinates.
| Parameters: | x, y, z : Quantity
copy : bool, optional
|
|---|
Attributes Summary
| attr_classes | Dictionary that remembers insertion order |
| x | The x component of the point(s). |
| xyz | |
| y | The y component of the point(s). |
| z | The z component of the point(s). |
Methods Summary
| from_cartesian(other) | |
| to_cartesian() |
Attributes Documentation
The x component of the point(s).
The y component of the point(s).
The z component of the point(s).
Methods Documentation