Exemplo n.º 1
0
 def integrate(self, xStart, xEnd, yStart, yEnd):
     """integrate(Poly2D self, double xStart, double xEnd, double yStart, double yEnd) -> double"""
     return _math_poly.Poly2D_integrate(self, xStart, xEnd, yStart, yEnd)
Exemplo n.º 2
0
 def integrate(*args):
     """integrate(self, double xStart, double xEnd, double yStart, double yEnd) -> double"""
     return _math_poly.Poly2D_integrate(*args)