InstancedCirclesData
Defined in: core/backend.ts:80
SoA for a batch of instanced circles (e.g. network nodes). Plain typed arrays.
Properties
Section titled “Properties”borderColors?
Section titled “borderColors?”
optionalborderColors?:Uint8Array<ArrayBufferLike>
Defined in: core/backend.ts:93
Optional RGBA ring colour bytes per circle, length 4 * count. Paired with borders.
borders?
Section titled “borders?”
optionalborders?:Float32Array<ArrayBufferLike>
Defined in: core/backend.ts:91
Optional flow-border ring (#104 N6): per-circle thickness as a fraction of the radius
(0/absent ⇒ no ring, a plain filled disc), length count.
centers
Section titled “centers”centers:
Float32Array
Defined in: core/backend.ts:82
[x, y] world coords per circle, length 2 * count.
colors
Section titled “colors”colors:
Uint8Array
Defined in: core/backend.ts:86
RGBA bytes per circle, length 4 * count.
count:
number
Defined in: core/backend.ts:94
radii:
Float32Array
Defined in: core/backend.ts:84
radius per circle, length count.