API / geotoolkit / webgl / ImageTransform / ImageTransform
webgl.ImageTransform.ImageTransform
Type Aliases
Type Aliases
Ƭ ProcessImageOptions: Object
options
| Name | Type | Description |
|---|---|---|
destination | { x: number[] ; y: number[] } | destination coordinates |
destination.x | number[] | array of 'x' coordinates to transform (normalized to [0,1]) |
destination.y | number[] | array of 'y' coordinates to transform (normalized to [0,1]) |
height | number | resulting element height |
source | { x: number[] ; y: number[] } | source coordinates |
source.x | number[] | array of 'x' transformed coordinates (in device) |
source.y | number[] | array of 'y' transformed coordinates (in device) |
triangles? | number[] | array of triangles |
width | number | resulting element width |