I have a 3d center of a circle ($c$), another point ($p$) that defines a normal vector through the center, and a radius. I'm trying to find the parametric equation of the circle. I found this equation:
$$P = R\cos(\alpha)\vec u + R\sin(\alpha)\vec n \times \vec u + c $$
$\vec n$ is a unit vector perpendicular to the plane so I believe that is the unit vector in the direction $p - c$.
$\vec u$ is a unit vector from the center of the circle to a point on the circumference. I know there is an infinite number of values for $\vec u$ but my problem is that I don't know how to come up with one of them. Or even if this is the most appropriate equation to use in this circumstance.
For any nonzero vector $(x,y,z)$, at least two of $(0,z,-y)$, $(-z,0,x)$ and $(y,-x,0)$ are also nonzero. (These are the cross products with the standard basis vectors.) Pick one and normalize.