compas.geometry.translate_points_xy

compas.geometry.translate_points_xy(points, vector)[source]

Translate points and in the XY plane.

Parameters
  • points (list of point) – A list of points.

  • vector (vector) – A translation vector.

Returns

list of point – The translated points in the XY plane (Z=0).

Examples

>>>