VEC3D - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// sensorsstructures.h

typedef struct {
  float X;
  float Y;
  float Z;
} VEC3D, *PVEC3D;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-sensorsstructures-vec3d)

VEC3D structure

Description

Defines a 3D vector.

Members

X

Direction along the x-axis.

Y

Direction along the x-axis.

Z

Direction along the x-axis.

Remarks

See also