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
Vive como se fosse morrer amanhã.
Estude como se fosse viver para sempre.
Einstein
< 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.