/** * Model: ArcData * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ /** * Information about the arc properties of an ellipse. 0° is the x axis and increasing angles rotate clockwise. */ export interface ArcData { /** Start of the sweep in radians. */ startingAngle: number; /** End of the sweep in radians. */ endingAngle: number; /** Inner radius value between 0 and 1 */ innerRadius: number; } //# sourceMappingURL=arc-data.d.ts.map