
How do I find the coordinates ?/? (green star) given n, A (angle) and x'/y' (red circle)? NOTE: The n on the left side is vertical, while the n on the right side is at A angle from this vertical line.
I'm sure if I knew the correct term to ask for I'd be able to locate the answer within the site, but alas, I was stretching to use the term "isosceles triangle" correctly =) Many thanks for any help you can provide!
sin(theta) = (y2 - y1) / Lso:y2 = [L * sin(theta)] + y1andcos(theta) = (x2 - x1) / Lso:x2 = [L * cos(theta)] + x1(L= Length of line,(x1, y1)= start point,(x2, y2)= end point &theta= angle). – Campbeln May 10 '12 at 7:30nis indeed vertical! I'm trying to solve this problem: stackoverflow.com/questions/10508022/… in order to solve this problem: stackoverflow.com/questions/10392658/… – Campbeln May 10 '12 at 7:33