SmtC: Show me the Code
Ole Peter Smith
Instituto de Matemática e Estatística
Universidade Federal de Goiás
http://www.olesmith.com.br

Curvas Planas
O dia que bosta valesse ouro.
Os pobres todos nascerão sem c*.
Grafitti.
< Cálculo | Canvas | Pixels >

Iniciando o Canvas

Python Listing: ../../Code/Curve.py.
    def Init_Canvas(self,pmin=None,pmax=None,resolution=None):
        if (not pmin): pmin=self.PMin()
        if (not pmax): pmax=self.PMax()
        if (not resolution): resolution=self.Resolution
        
        self.Canvas=Canvas2(resolution,pmin,pmax)


< Cálculo | Canvas | Pixels >
Messages:
0 secs.