Files
Super-HUGS-Revolution-98/math_utils.py

7 lines
207 B
Python

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