• Returns a new Matrix whose values are the interpolated values for "gradient" (float) between the ones of the matrices "startValue" and "endValue".

    Returns

    the new matrix

    Parameters

    • startValue: ReadonlyMatrix

      defines the start value

    • endValue: ReadonlyMatrix

      defines the end value

    • gradient: number

      defines the gradient factor

    Returns MutableMatrix