Skip to content

Accessor

type Accessor<T> = (d) => number;

Defined in: types.ts:19

Maps a datum to a scalar, used to read out one dimension of a point.

Type ParameterDefault type
TPoint
ParameterType
dT

number