mirror_points_line
- compas.geometry.mirror_points_line(points, line)[source]
Mirror a point about a line.
- Parameters
points (sequence[[float, float, float] |
compas.geometry.Point
]) – List of points to mirror.line ([point, point] |
compas.geometry.Line
) – Two points defining the mirror line.
- Returns
list[[float, float, float]] – The mirrored points.