Type Alias: ProjectionFunction()
ProjectionFunction = (
x,y) =>Point
Defined in: packages/deck.gl-raster/src/raster-tileset/types.ts:32
A function that projects coordinates from one CRS to another
Parameters
x
number
y
number
Returns
Point
ProjectionFunction = (
x,y) =>Point
Defined in: packages/deck.gl-raster/src/raster-tileset/types.ts:32
A function that projects coordinates from one CRS to another
number
number
Point