HrtfPosition 结构 (hrtfapoapi.h)

使用右手坐标系表示 3D 空间中的位置。

语法

typedef struct HrtfPosition {
  float x;
  float y;
  float z;
} HrtfPosition;

成员

x

y

z

要求

要求
Header hrtfapoapi.h

另请参阅

IXAPOHrtfParameters

结构