Revision: 21714
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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