ST_BA_ScaleReal
The structure contains the interpolation points [fX01/fY01] and [fX02/fY02] for a linear interpolation with 2 interpolation points.
Syntax
TYPE ST_BA_ScaleReal :
STRUCT
fX01 : REAL;
fX02 : REAL;
fY01 : REAL;
fY02 : REAL;
END_STRUCT
END_TYPEName | Type | Description |
|---|---|---|
fX01 | REAL | x-coordinate of the first value. |
fX02 | REAL | x-coordinate of the second value. |
fY01 | REAL | y-coordinate of the first value. |
fY02 | REAL | y-coordinate of the second value. |