Public Member Functions | |
def | __init__ (self, edges) |
def | set_out (self, o) |
def | set_partial (self, p) |
Public Attributes | |
borders | |
out | |
partial | |
Definition at line 11 of file Surface.py.
def Surface.Cell.__init__ | ( | self, | |
edges | |||
) |
Definition at line 12 of file Surface.py.
def Surface.Cell.set_out | ( | self, | |
o | |||
) |
Definition at line 17 of file Surface.py.
def Surface.Cell.set_partial | ( | self, | |
p | |||
) |
Definition at line 20 of file Surface.py.
Surface.Cell.borders |
Definition at line 13 of file Surface.py.
Surface.Cell.out |
Definition at line 14 of file Surface.py.
Surface.Cell.partial |
Definition at line 15 of file Surface.py.