Reflection.from_plane

classmethod Reflection.from_plane(plane)[source]

Creates a reflection object that mirrors wrt the given plane.

Parameters

plane (compas.geometry.Plane or (point, normal)) – The reflection plane.

Returns

Reflection – The reflection transformation.