![]() |
OpenDAFF C++ API
v1.7
Directional Audio File Format
|
Pure data class that describes the points of a quad by their indices and coordinates. More...
#include <DAFFDefs.h>
Public Attributes | |
int | iIndex1 |
First index point. More... | |
int | iIndex2 |
Second index point. More... | |
int | iIndex3 |
Third index point. More... | |
int | iIndex4 |
Fourth index point. More... | |
Pure data class that describes the points of a quad by their indices and coordinates.
Definition at line 122 of file DAFFDefs.h.
int DAFFQuad::iIndex1 |
First index point.
Definition at line 124 of file DAFFDefs.h.
int DAFFQuad::iIndex2 |
Second index point.
Definition at line 125 of file DAFFDefs.h.
int DAFFQuad::iIndex3 |
Third index point.
Definition at line 126 of file DAFFDefs.h.
int DAFFQuad::iIndex4 |
Fourth index point.
Definition at line 127 of file DAFFDefs.h.