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