Return to Snippet

Revision: 21714
at December 18, 2009 19:14 by gdvickery


Initial Code
import math
hx = math.sin(degrees * (math.pi / 180)) * 1
hy = math.cos(degrees * (math.pi / 180)) * 1

Initial URL


Initial Description


Initial Title
Get X, Y Heading Based On Degrees

Initial Tags
python

Initial Language
Python