mirror_point_plane

compas.geometry.mirror_point_plane(point, plane)[source]

Mirror a point about a plane.

Parameters:
pointlist[float]

XYZ coordinates of mirror point.

plane[point, vector] | compas.geometry.Plane

Base point and normal defining the mirror plane.

Returns:
[float, float, float]

XYZ coordinates of the mirrored point.