Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |