All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.geom.flat.linechunk.d.ts Maven / Gradle / Ivy

The newest version!
/**
 * Creates chunks of equal length from a linestring
 * @param {number} chunkLength Length of each chunk.
 * @param {Array} flatCoordinates Flat coordinates.
 * @param {number} offset Start offset of the `flatCoordinates`.
 * @param {number} end End offset of the `flatCoordinates`.
 * @param {number} stride Stride.
 * @return {Array>} Chunks of linestrings with stride 2.
 */
export function lineChunk(chunkLength: number, flatCoordinates: Array, offset: number, end: number, stride: number): Array>;
//# sourceMappingURL=linechunk.d.ts.map




© 2015 - 2024 Weber Informatics LLC | Privacy Policy