compas.geometry.mirror_points_line

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

Mirror a point about a line.

Parameters
  • points (list of point) – List of points to mirror.

  • line (tuple) – Two points defining the mirror line.

Returns

list of point – The mirrored points.