rotate_points_xy
- compas.geometry.rotate_points_xy(points, angle, origin=None)[source]
Rotates points in the XY plane around the Z axis at a specific origin.
- Parameters
- Returns
list[[float, float, 0.0]] – The rotated points in the XY plane (Z=0).
Examples
>>>