rough/src/renderer library

Functions

computeEllipseAllPoints({double? increment, double? cx, double? cy, double? rx, double? ry, double? offset, double? overlap, DrawConfig? config}) List<PointD>
ellipseEstimated(double x, double y, DrawConfig config, EllipseParams ellipseParams) List<PointD>
ellipseSet(double x, double y, DrawConfig config, EllipseParams ellipseParams) OpSet
ellipseWithParamsx(double x, double y, DrawConfig config, EllipseParams ellipseParams) EllipseResult
generateEllipseParams(double width, double height, DrawConfig config) EllipseParams