mirror_points_point_xy

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

Mirror multiple points about a point.

Parameters
  • points (sequence[[float, float, float] | Point]) – List of points with XY(Z) coordinates.

  • mirror ([float, float, float] | Point) – The XY(Z) coordinates of the mirror point.

Returns

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