Reflection.from_plane

classmethod Reflection.from_plane(plane)[source]

Construct a reflection transformation that mirrors wrt the given plane.

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

The reflection plane.

Returns:
compas.geometry.Reflection

The reflection transformation.