#include <e32cmn.h>
| class TAngle3D | 
For now, only intended to be used by TRwEvent and the Windows Server
Stores the angular spherical coordinates (Phi,Theta) of a three-dimensional point.
Its data members (iPhi, iTheta) are public and can be manipulated directly.
| TInt | iPhi | 
The Phi co-ordinate (angle between X-axis and the line that links the projection of the point on the X-Y plane and the origin).
| TInt | iTheta | 
The Theta co-ordinate (angle between the Z-axis and the line that links the point and the origin).