Last updated

API / geotoolkit / webgl / ImageTransform / ImageTransform

Namespace: ImageTransform

webgl.ImageTransform.ImageTransform

Table of contents

Type Aliases

Contents

Type Aliases

ProcessImageOptions

Ƭ ProcessImageOptions: Object

options

Type declaration

NameTypeDescription
destination{ x: number[] ; y: number[] }destination coordinates
destination.xnumber[]array of 'x' coordinates to transform (normalized to [0,1])
destination.ynumber[]array of 'y' coordinates to transform (normalized to [0,1])
heightnumberresulting element height
source{ x: number[] ; y: number[] }source coordinates
source.xnumber[]array of 'x' transformed coordinates (in device)
source.ynumber[]array of 'y' transformed coordinates (in device)
triangles?number[]array of triangles
widthnumberresulting element width