I have an ellipse that is rotated around the white axis (see image below) in 3-dimensional space by an angle α
. The axis passes through the perimeter and one of the ellipse's focal points F
. In the picture the angle of the original blue ellipse E
is 0°. When rotated by 180° it would be mirrored to the other side of the axis. When rotated by 90° it would point away from the viewer (P1
behind the axis), rotated by 270° it would point towards the viewer (P1
in front of the axis). The red ellipse E'
is being rotated by 60°. The positions of points P1'
to P4'
and of point M'
can be easily computed using the cosine of α
.
But to actually draw the ellipse these points are useless to me. What I need are the white points, that are the end points of the two main axes of the ellipse E'
being projected onto the plane of ellipse E
. But I did not find a way to compute the values of a'
, b'
and β'
in relation to the angle of rotation α
(a
, b
and β
are known). I would really appreciate if anyone could help. Thank you.