scale_points_xy

compas.geometry.scale_points_xy(points, scale)[source]

Scale points in the XY plane.

Parameters
  • points (sequence[[float, float, float] | compas.geometry.Point]) – A list of points.

  • scale (float) – A scaling factor.

Returns

list[[float, float, float]] – The scaled points in the XY plane (Z=0).

Examples

>>>