0.0
1.0
construct the function
Definition at line 660 of file C2Functions.py.
00660 : 00661 C2Function.__init__(self) 00662 self.x0=x0 00663 self.slope=slope 00664 self.y0=y0 00665 self.name="(%g * (x - %g) + %g)" % (slope, x0, y0) 00666 ##