I have a paint program that does not deal with angles. Drawing a straight line will only get point of origin and length, no matter where you draw it to. So, I need to draw a line 570 mm or pixels, at a 35 degree angle. Thus I need the vertical length, and horizontal length to fix my points on.
2026-04-06 13:45:20.1775483120
Finding lengths of a triangle with only one angle and its length.
67 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
A line of length $l$ starting at the origin of the plane and making an acute angle of $\theta$ with the positive $x$-axis will have coordinates $(l\cos\theta,l\sin\theta)$. Here $\sin\theta$ and $\cos\theta$ are the sine and cosine trigonometric functions.