Plane function of the form z = f(x, y) = slopeX * x + slopeY * y + intercept.
slope applied of x
slope applied of y
intercept = f(0, 0)
function's domain for x
function's domain for y
Returns the value z = f(x, y). If x is not in domainX or y is not in domainY an error is returned.
Returns the value z = f(x, y). If x is not in domainX or y is not in domainY an error is returned. However, a fuzziness is allowed with a certain tolerance.