HrtfPosition structure (hrtfapoapi.h)
Represents a position in 3D space, using a right-handed coordinate system.
Syntax
typedef struct HrtfPosition {
float x;
float y;
float z;
} HrtfPosition;
Members
x
y
z
Requirements
Requirement | Value |
---|---|
Header | hrtfapoapi.h |