Reflection.from_plane
- classmethod Reflection.from_plane(plane)
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.