translateLayerGeoms¶
- pyslm.geometry.translateLayerGeoms(layerGeoms, translation)¶
Apply a translation in-situ to
LayerGeometryobjects- Parameters:
layerGeoms (
Union[LayerGeometry,List[LayerGeometry]]) – The Layer Geometries to transformtranslation (
ndarray) – The translation vector to apply
- Return type:
None