Method tr2
| Improve this Doc View Sourcetr2(Double[,], Double[,])
Make a linear interpolation transformation for grid to world mapping using doubly dimensioned coordinate arrays.
Declaration
public static TransformFunc tr2(Double[, ] xg, Double[, ] yg)
Parameters
Type | Name | Description |
---|---|---|
Double[,] | xg | x targets |
Double[,] | yg | y targets |
Returns
Type | Description |
---|---|
TransformFunc |