compas.geometry.mirror_point_plane

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

Mirror a point about a plane.

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

  • plane (tuple) – Base point and normal defining the mirror plane.

Returns

list of float – XYZ coordinates of the mirrored point.