Reflection.from_plane

classmethod Reflection.from_plane(plane)

Construct a reflection transformation that mirrors wrt the given plane.

Parameters

plane ([point, vector] | Plane) – The reflection plane.

Returns

Reflection – The reflection transformation.