mirror_points_plane

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

Mirror a point about a plane.

Parameters
  • points (sequence[[float, float, float] | Point]) – List of points to mirror.

  • plane ([point, vector] | Plane) – Base point and normal defining the mirror plane.

Returns

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