API / geotoolkit / scene / shapes / Arc / Arc
Type Aliases
Type Aliases
Ƭ Options: Options & { bounds?: Rect ; connecttocenter?: boolean ; endarc?: number ; radius?: number ; startarc?: number ; sweeparc?: number ; x?: number ; y?: number }
x coordinate of the center
Ƭ OptionsOut: OptionsOut & { bounds: Rect ; connecttocenter: boolean ; endarc: number ; radius: number ; startarc: number ; sweeparc: number ; x: number ; y: number }
properties