compas.geometry.mirror_points_plane

compas.geometry.mirror_points_plane(points, plane)[source]

Mirror a point about a plane.

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

  • plane (tuple) – Base point and normal defining the mirror plane.

Returns

list of point – The mirrored points.