mirror_points_line_xy

compas.geometry.mirror_points_line_xy(points, line)[source]

Mirror a point about a line.

Parameters
Returns

list[[float, float, float]] – The mirrored points.