HrtfOrientation structure

Indicates the orientation of an HRTF directivity object.

Syntax


typedef struct _HrtfOrientation {
  float[9] element;
} HrtfOrientation, *PHrtfOrientation;

Members

element

The orientation. This is a row-major 3x3 rotation matrix.

Requirements

Header

HrtfApoApi.h

See also

Structures
IXAPOHrtfParameters

 

 

Show: