DclGrid2DForwardBLI

Description

Bilinear Interpolation. Source Coordinates(P,Q) are also needed to be Normalized to [0,1] interval.

Syntax

call DclGrid2DForwardBLI (p, q,z00,,z10,z01,z11,z)

Arguments

p,q <R> Source Coordinates. 4 Courners are necessary to normalized to (0,0), (1,0), (1,1), (0,1) (Input).
z00,z10,z01,z11 <R> Z00, Z10, Z01, Z11 (R) Each of Values is a value of 4 Courners of P,Q ,e.g (P,Q) = (0,0), (1,0), (1,1), (0,1) (Input).
z <R> Results of Interpolation(Output).

Note

Nothing.

Related Items