UNPKG

@loaders.gl/math

Version:

Experimental math classes for loaders.gl

7 lines 260 B
/** * Iterates over a single attribute * NOTE: For performance, re-yields the same modified element * @param param0 */ export declare function makeAttributeIterator(values: any, size: number): Iterable<any>; //# sourceMappingURL=attribute-iterator.d.ts.map