Representa a un motor de física que no realiza acciones, y solo se
habilita si box2d no funciona en el equipo.
|
|
__init__(self,
area,
gravedad=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| dibujar_figuras_sobre_lienzo(self,
motor,
lienzo,
grosor=1) |
source code
|
|
|
|
|
|
|
| crear_suelo(self,
(ancho, alto),
restitucion=0) |
source code
|
|
|
|
| crear_techo(self,
(ancho, alto),
restitucion=0) |
source code
|
|
|
|
| crear_paredes(self,
(ancho, alto),
restitucion=0) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|