- class neso_fame.coordinates.Coords
Represents a collection of points in 3D space.
Public members¶
- system : CoordinateSystem
The type of coordinates being used
Constructors¶
- Coords(x1: numpy.typing.NDArray, x2: numpy.typing.NDArray, x3, ...)
Initialize self. See help(type(self)) for accurate signature.
Special methods¶
- __iter__() Iterator[TypeAliasForwardRef('numpy.typing.NDArray')]
Iterate over the individual coordinates of the points.
- __repr__()
Return repr(self).
Methods¶
- iter_points() Iterator[Coord]
Iterate over the points held in this object.
- to_cartesian() Coords
Convert the points to be in Cartesian coordiantes.
- get_set(index) FrozenCoordSet[Coord]
Get a set of individual point objects from the collection.
-
round_to(figures: int =
8
) Coords Round coordinate values to the desired number of significant figures.
- to_slice_coords() SliceCoords
Get the poloidal components of this coordinate.
Properties¶