- class neso_fame.coordinates.Coord
Represents a point in 3D space.
Public members¶
- system : CoordinateSystem
The type of coordinates being used
Constructors¶
- Coord(x1: float, x2: float, x3: float, system: CoordinateSystem)
Initialize self. See help(type(self)) for accurate signature.
Special methods¶
- __repr__()
Return repr(self).
- __hash__()
Return hash(self).
Methods¶
- to_cartesian() Coord
Convert the point to Cartesian coordinates.
-
round_to(figures: int =
8
) Coord Round coordinate values to the desired number of significant figures.
-
approx_eq(other: Coord, rtol: float =
1e-09
, ...) bool Check equality of coordinates within the the tolerance.
- to_slice_coord() SliceCoord
Get the poloidal components of this coordinate.