UnstructuredCoords¶
-
class
hcipy.field.
UnstructuredCoords
(coords)¶ Bases:
hcipy.field.coordinates.CoordsBase
An unstructured list of points.
- Parameters
- coordslist or tuple
A tuple of a list of positions for each dimension.
Attributes Summary
The number of points.
Methods Summary
reverse
(self)Reverse the ordering of points in-place.
Attributes Documentation
-
size
¶ The number of points.
Methods Documentation
-
reverse
(self)¶ Reverse the ordering of points in-place.