OpenDAFF C++ API  v1.7
Directional Audio File Format
Public Attributes | List of all members
DAFFQuad Struct Reference

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...
 

Detailed Description

Pure data class that describes the points of a quad by their indices and coordinates.

Definition at line 122 of file DAFFDefs.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file:
OpenDAFF is a project from the Institute of Technical Acoustics, RWTH Aachen University, Germany.