geo/geo_path library

Classes

GeoPath
The GeoPath class is used to generate a smooth Path by rounding corners with cornerRadius units from the corner. If cornerRadius is zero, the coordinates are converted into a Path without rounding corners. Otherwise, the start and end of the curve on two adjacent sides is determined by cornerRadius using a bezeir curve.