mirror_point_plane

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

Mirror a point about a plane.

Parameters
  • point (list[float]) – XYZ coordinates of mirror point.

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

Returns

[float, float, float] – XYZ coordinates of the mirrored point.