pointRounding property

double pointRounding
final

The amount of rounding on the points of stars, or the corners of polygons.

This is a value between zero and one which describes how rounded the point or corner should be. A value of zero means no rounding (sharp corners), and a value of one means that the entire point or corner is a portion of a circle.

Defaults to zero. The sum of pointRounding and valleyRounding must be less than or equal to one.

Implementation

final double pointRounding;