scale_points_xy

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

Scale points in the XY plane.

Parameters:
pointssequence[[float, float, float] | compas.geometry.Point]

A list of points.

scalefloat

A scaling factor.

Returns:
list[[float, float, float]]

The scaled points in the XY plane (Z=0).

Examples

>>>