Skip to content

Interface: PolarLineOptions

Defined in: polar/polar.ts:43

Properties

closed?

ts
optional closed?: boolean;

Defined in: polar/polar.ts:49

Connect the last point back to the first.


color?

ts
optional color?: string | Color;

Defined in: polar/polar.ts:46


r

ts
r: ArrayLike<number>;

Defined in: polar/polar.ts:45


renderType?

ts
optional renderType?: RenderType;

Defined in: polar/polar.ts:51

Buffer-usage hint; set "dynamic" when streaming via setData. Default "static".


theta

ts
theta: ArrayLike<number>;

Defined in: polar/polar.ts:44


width?

ts
optional width?: number;

Defined in: polar/polar.ts:47

MIT licensed. WebGL2 required.