translate_points_xy

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

Translate points and in the XY plane.

Parameters
Returns

list[[float, float, float]] – The translated points in the XY plane (Z=0).

Examples

>>>