PlaneFunction

constructor(slopeX: Double, slopeY: Double, intercept: Double, domainX: Range<Double> = Range.all(), domainY: Range<Double> = Range.all())

Parameters

slopeX

slope applied of x

slopeY

slope applied of y

intercept

intercept = f(0, 0)