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

>>>