Finished the particle system.

This commit is contained in:
2013-01-10 13:52:22 -04:30
parent 8602798c14
commit 5482a508ff
3 changed files with 69 additions and 32 deletions

View File

@@ -1,6 +1,7 @@
###########################################
# Created on 1-9-2013. Miguel Angel Astor #
###########################################
import math
def angle_to_vector(angle):
return [math.cos(angle), math.sin(angle)]