compas.geometry.mirror_points_point_xy

compas.geometry.mirror_points_point_xy(points, mirror)[source]

Mirror multiple points about a point.

Parameters
  • points (list of list of float) – List of points with XY(Z) coordinates.

  • mirror (list of float) – The XY(Z) coordinates of the mirror point.

Returns

list of list float – The mirrored points, with Z=0.