mirror_points_line

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

Mirror a point about a line.

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

List of points to mirror.

line[point, point] | compas.geometry.Line

Two points defining the mirror line.

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

The mirrored points.