DS3DVECTOR - NtDoc

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

typedef struct _DS3DVECTOR {
  union {
    FLOAT x;
    FLOAT dvX;
  };
  union {
    FLOAT y;
    FLOAT dvY;
  };
  union {
    FLOAT z;
    FLOAT dvZ;
  };
} DS3DVECTOR, *PDS3DVECTOR;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ksmedia-_ds3dvector)

_DS3DVECTOR structure

Description

The DS3DVECTOR structure contains three-dimensional position coordinates, position vector components, or velocity vector components.

Members

x

Specifies the x-coordinate of the position.

dvX

Specifies the x-component of the vector.

y

Specifies the y-coordinate of the position.

dvY

Specifies the y-component of the vector.

z

Specifies the z-coordinate of the position.

dvZ

Specifies the z-component of the vector.

See also

KSDS3D_BUFFER_ALL

KSDS3D_LISTENER_ALL

KSDS3D_LISTENER_ORIENTATION