scipp.geometry.position
scipp.geometry.position#
- scipp.geometry.position(x, y, z)#
Element-wise zip functionality to produce a 3 element vector.
- Parameters
- Raises
If the dtypes of inputs are not double precision floats.
- Returns
Variable
– Zip of input x, y and z. Output unit is same as input unit.
Deprecated since version 23.03.1: Has been moved to
scipp.spatial.as_vectors()
.