Interface: StreamlineOptions
Defined in: charts/fields.ts:328
Extended by
Properties
density?
ts
optional density?: number;Defined in: charts/fields.ts:330
Seeds per axis, as a multiple of the base 25x25 lattice. Default 1.
maxSteps?
ts
optional maxSteps?: number;Defined in: charts/fields.ts:334
Give up on a line after this many steps in each direction. Default 400.
step?
ts
optional step?: number;Defined in: charts/fields.ts:332
Integration step as a fraction of a cell. Default 0.35.