共用方式為


hrtfPosition 結構 (hrtfapoapi.h)

表示使用右手座標系統在 3D 空間中的位置。

語法

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

成員

x

y

z

規格需求

需求
標頭 hrtfapoapi.h

另請參閱

IXAPOHrtfParameters

結構