TAngle3D Class Reference

#include <e32cmn.h>

class TAngle3D
Public Attributes
TInt iPhi
TInt iTheta

Detailed Description

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.

Member Attribute Documentation

iPhi

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).

iTheta

TInt iTheta

The Theta co-ordinate (angle between the Z-axis and the line that links the point and the origin).