In the book I'm reading, A Course in Pure Mathematics, the author writes the following when introducing polar coordinates in section 22:
\begin{align}\cos\left(\theta\right):\sin\left(\theta\right):1::x:y:r\end{align} How do I read this in words correctly? I've never seen such notation before. Here is a snippet of the page in the book:

It’s a three-way proportion. The expression
$$a:b:c::x:y:z\tag{1}$$
means that there is a constant $k$ such that $x=ka,y=kb$, and $z=kc$. Here the relationship between $1$ and $r$ means that we must take $k=r$, so that $x=r\cos\theta$ and $y=r\sin\theta$.
Equivalently, $(1)$ says that any two of $a,b$, and $c$ have the same ratio as the corresponding two of $x,y$, and $z$.