SIMCONNECT_DATA_XYZ

The SIMCONNECT_DATA_XYZ structure is used to hold a 3D co-ordinate.

 

Syntax
struct SIMCONNECT_DATA_XYZ{
    double  x;
    double  y;
    double  z;
    };

 

Members
Member Description
x The position along the x axis.
y The position along the y axis.
z The position along the z axis.

 

See Also