Hello,
I have generated a bunch of points then fed them to : 
 
ellipse =BoundingRegion[points, "FastEllipse"].
The output is :
 
Ellipsoid[{0, 0}, {{0.0698865, 0.0545128}, {0.0545128, 0.0698865}}].
My question is: using the weighted matrix in the output  {{0.0698865, 0.0545128}, {0.0545128, 0.0698865}}  how can I calculate the angle of the ellipse ?
Many Thanks, Andrew