HrtfPosition structure

Represents a position in 3D space, using a right-handed coordinate system.

Syntax


typedef struct _HrtfPosition {
  float x;
  float y;
  float z;
} HrtfPosition, *PHrtfPosition;

Members

x
y
z

Requirements

Header

HrtfApoApi.h

See also

Structures
IXAPOHrtfParameters

 

 

Show: