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
MemberDescription
XThe position along the x axis.
yThe position along the y axis.
zThe position along the z axis.
Remarks

N/A

0/255