Cartesian3dTranslation#
- class named_arrays.transformations.Cartesian3dTranslation(x=<Quantity 0. mm>, y=<Quantity 0. mm>, z=<Quantity 0. mm>)#
Bases:
AbstractTranslationA translation in a 3D Cartesian space.
Attributes
A new transformation that reverses the effect of this transformation.
The shape of the transformation.
A vector representing this translation.
The \(x\) component of this translation.
The \(y\) component of this translation.
The \(z\) component of this translation.
Methods
__init__([x, y, z])Inheritance Diagram

- Parameters:
- property vector: Cartesian3dVectorArray#
A vector representing this translation.
- x: int | float | complex | ndarray | Quantity | AbstractScalar = <Quantity 0. mm>#
The \(x\) component of this translation.