translate_points
- compas.geometry.translate_points(points, vector)[source]
Translate points.
- Parameters
points (list of point) – A list of points.
vector (vector) – A translation vector.
- Returns
list of point – The translated points.
Examples
>>>
Translate points.
points (list of point) – A list of points.
vector (vector) – A translation vector.
list of point – The translated points.
Examples
>>>
A computational framework for collaboration and research in Architecture, Engineering, Fabrication, and Construction.
Copyright © 2017-2021 compas-dev