mirror_points_point_xy

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

Mirror multiple points about a point.

Parameters:
pointssequence[[float, float, float] | compas.geometry.Point]

List of points with XY(Z) coordinates.

mirror[float, float, float] | compas.geometry.Point

The XY(Z) coordinates of the mirror point.

Returns:
list[[float, float, float]]

The mirrored points, with Z=0.