mirror_points_plane

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

Mirror a point about a plane.

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

List of points to mirror.

plane[point, vector]

Base point and normal defining the mirror plane.

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

The mirrored points.