Expanding question and question2, I was wondering why the geometric definition of trigonometric functions is well-defined.
Background
In my mind, the sine function $\mathrm{sin}(\theta): \mathbb{R} \to \mathbb{R}$ is defined as a composition of functions $$ \mathbb{R} \to \left [ 0, 2\pi \right ) \to \mathbb{S}^1 \to \mathbb{R} $$ defined by $$ \theta \mapsto \theta \bmod{2\pi} \mapsto \text{point $(x,y)$ corresponding to angle $\theta$} \mapsto \frac{y}{\sqrt{x^2+y^2}} $$ Here $\mathbb{S}^1$ is the unit circle.
It seems clear that $\mathbb{R} \to [0, 2\pi)$ and $\mathbb{S}^1 \to \mathbb{R}$ are well-defined. So we just need to show that $[0, 2\pi) \to \mathbb{R}^2$ is well-defined. When we first learn sine function, one "constructs" a right triangle with one angle $\theta$. By similarity of triangles, one can "construct" the right triangle to have hypotenuse of length 1. By constructing the right triangle in a standard way (one end of the hypotenuse is the origin, and one side lies on the $x$-axis), the other end of the hypotenuse is $(x,y) \in \mathbb{S}^1$.
Question
How could one "rigorously" construct a triangle with an angle $\theta$? To rephrase, given a real number $\theta \in [0, 2\pi)$, how can I associate bijectively a point in $\mathbb{S}^1$ so that the composition of functions above is the usual sine function that we know without trigonometric functions?
Of course, I can use the real and the imaginary part of $e^{i\theta}$ to associate a point on the unit circle, but I thought it would defeat the original purpose of defining sine "geometrically".