/ Published in: Python
Expand |
Embed | Plain Text
import math hx = math.sin(degrees * (math.pi / 180)) * 1 hy = math.cos(degrees * (math.pi / 180)) * 1
You need to login to post a comment.
import math hx = math.sin(degrees * (math.pi / 180)) * 1 hy = math.cos(degrees * (math.pi / 180)) * 1
You need to login to post a comment.