// sensorsstructures.h
typedef struct {
float X;
float Y;
float Z;
} VEC3D, *PVEC3D;
View the official Windows Driver Kit DDI referenceNo description available.
Defines a 3D vector.
XDirection along the x-axis.
YDirection along the x-axis.
ZDirection along the x-axis.