PolynomialFunction2D#
- class lsst.afw.math.PolynomialFunction2D#
Bases:
BasePolynomialFunction2DMethods 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.PolynomialFunction2D, x: SupportsFloat, y: SupportsFloat) float#
- getDFuncDParameters(self: lsst.afw.math.PolynomialFunction2D, arg0: SupportsFloat, arg1: SupportsFloat) list[float]#
- getOrder(self: lsst.afw.math.BasePolynomialFunction2D) int#
- isPersistable(self: lsst.afw.math.PolynomialFunction2D) bool#
- toString(self: lsst.afw.math.PolynomialFunction2D, prefix: str = '') str#