Suppose I have a plane described in the following form which is rotated t degrees.
$x = u * cos(t)$
$y = v$
$z = -u * sin(t)$
And a sphere such as
$x = sin(v')cos(u')$
$y = sin(v')sin(u')$
$z = cos(v')$
For instance, consider the following diagram
I want to get the equation describing the ellipse which is the intersection of the sphere and the plane.
