mirror_points_point
- compas.geometry.mirror_points_point(points, mirror)[source]
Mirror multiple points about a point.
- Parameters
points (list of list of float) – List of points.
mirror (list of float) – The mirror point.
- Returns
list of list float – The mirrored points, with Z=0.