I read that the dot product of two vectors $v_1$ and $v_2$ is equivalent to the integral of the product of two like functions.
For example, the vectors $[1,0]$ and $[0,1]$ are orthogonal and so their dot product is equal to $0$.
Now, on the unit circle I treated these two vectors as special cases of the following functions which are always $90$ degrees out of phase to each other on the unit circle. \begin{align} f(x) &= e^{i\pi x}\\ g(x) &= e^{i \pi (x+\pi/2)} \end{align}
However, I am unable to get the product of these two functions and integrate them in such a ways as to get zero.
Where am I going wrong with my Math/intuition?