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

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

The newest version!
/**
 * @module ol/geom/flat/flip
 */
/**
 * @param {Array} flatCoordinates Flat coordinates.
 * @param {number} offset Offset.
 * @param {number} end End.
 * @param {number} stride Stride.
 * @param {Array} [dest] Destination.
 * @param {number} [destOffset] Destination offset.
 * @return {Array} Flat coordinates.
 */
export function flipXY(flatCoordinates: Array, offset: number, end: number, stride: number, dest?: number[] | undefined, destOffset?: number | undefined): Array;
//# sourceMappingURL=flip.d.ts.map




© 2015 - 2024 Weber Informatics LLC | Privacy Policy