scale_points
-
compas.geometry.
scale_points
(points, scale)[source] Scale points.
- Parameters
points (list of point) – A list of points.
scale (float) – A scaling factor.
- Returns
list of point – The scaled points.
Examples
>>>
compas.geometry.
scale_points
(points, scale)[source]Scale points.
points (list of point) – A list of points.
scale (float) – A scaling factor.
list of point – The scaled points.
Examples
>>>