TAngle3D Class Reference

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.

Member Data Documentation

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

TInt iTheta

TInt iTheta

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