- Joined
- Jan 9, 2005
- Messages
- 2,126
it's not really facing per se, but what I need is to get a point between two points, using strictly x/y and no locations (I know I say points but I do really mean x/y only). Suppose I have point A, B and C. Point will C lie somewhere between point A and B. If I was using locations, I would simply use a polar offset, but I've never used x/y coordinates before :\
Let's assume that C is 100 units away from A, towards angle between A and B. How would I calculate for C's x/y? I'm assuming there will be some trigonometry involved.
Let's assume that C is 100 units away from A, towards angle between A and B. How would I calculate for C's x/y? I'm assuming there will be some trigonometry involved.