HrtfPosition 構造体 (hrtfapoapi.h)

右辺座標系を使用して、3D 空間内の位置を表します。

構文

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

メンバー

x

y

z

要件

要件
Header hrtfapoapi.h

こちらもご覧ください

IXAPOHrtfParameters

構造体