AAX SDK  2.4.1
Avid Audio Extensions Development Kit
List of all members | Public Member Functions | Public Attributes
AAX_Point Struct Reference

#include <AAX_GUITypes.h>

Description

Data structure representing a two-dimensional coordinate point.

Comparison operators give preference to vert

Public Member Functions

 AAX_Point (float v, float h)
 
 AAX_Point (void)
 

Public Attributes

float vert
 
float horz
 

Constructor & Destructor Documentation

◆ AAX_Point() [1/2]

AAX_Point::AAX_Point ( float  v,
float  h 
)
inline

◆ AAX_Point() [2/2]

AAX_Point::AAX_Point ( void  )
inline

Member Data Documentation

◆ vert

float AAX_Point::vert

Referenced by operator<(), operator<=(), and operator==().

◆ horz

float AAX_Point::horz

Referenced by operator<(), operator<=(), and operator==().


The documentation for this struct was generated from the following file: