kivy / cymunk

Cython port of Pymunk
http://readthedocs.org/docs/cymunk/en/latest/
MIT License
45 stars 29 forks source link

new function to get local poly verts #22

Closed chozabu closed 10 years ago

chozabu commented 10 years ago

re-based and re-written in current master

chozabu commented 10 years ago

I do wonder - could I just:
return self._vertices
instead of copying to a new list?