Point.scale

Point.scale(x, y=None, z=None)[source]

Scale the geometry.

Parameters:
xfloat

The scaling factor in the x-direction.

yfloat, optional

The scaling factor in the y-direction. Defaults to x.

zfloat, optional

The scaling factor in the z-direction. Defaults to x.

Returns:
None