scale_points_xy

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

Scale points in the XY plane.

Parameters
  • points (list of point) – A list of points.

  • scale (float) – A scaling factor.

Returns

list of point – The scaled points in the XY plane (Z=0).

Examples

>>>