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

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

The newest version!
/**
 * @module ol/geom/flat/straightchunk
 */
/**
 * @param {number} maxAngle Maximum acceptable angle delta between segments.
 * @param {Array} flatCoordinates Flat coordinates.
 * @param {number} offset Offset.
 * @param {number} end End.
 * @param {number} stride Stride.
 * @return {Array} Start and end of the first suitable chunk of the
 * given `flatCoordinates`.
 */
export function matchingChunk(maxAngle: number, flatCoordinates: Array, offset: number, end: number, stride: number): Array;
//# sourceMappingURL=straightchunk.d.ts.map




© 2015 - 2024 Weber Informatics LLC | Privacy Policy