PolynomialFunction2F#
- class lsst.afw.math.PolynomialFunction2F#
Bases:
BasePolynomialFunction2FMethods Summary
__call__(self, x, y)clone(self)getDFuncDParameters(self, arg0, arg1)getOrder(self)isPersistable(self)toString(self[, prefix])Methods Documentation
- __call__(self: lsst.afw.math.PolynomialFunction2F, x: SupportsFloat, y: SupportsFloat) float#
- getDFuncDParameters(self: lsst.afw.math.PolynomialFunction2F, arg0: SupportsFloat, arg1: SupportsFloat) list[float]#
- getOrder(self: lsst.afw.math.BasePolynomialFunction2F) int#
- isPersistable(self: lsst.afw.math.PolynomialFunction2F) bool#
- toString(self: lsst.afw.math.PolynomialFunction2F, prefix: str = '') str#