Show / Hide Table of Contents

    Method tr1

    | Improve this Doc View Source

    tr1(Double[], Double[])

    Make a linear interpolation transformation for matrix index to world coordinate mapping using singly dimensioned coordinate arrays.

    Declaration
    public TransformFunc tr1(Double[] xg, Double[] yg)
    Parameters
    Type Name Description
    Double[] xg

    x coordinates of grid

    Double[] yg

    y coordinates of grid

    Returns
    Type Description
    TransformFunc
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX