HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages

Struct to hold a 2-element 64-bit float vector. More...

#include <openexr_attr.h>

Public Attributes

union {
   struct {
      double   x
 
      double   y
 
   } 
 
   double   arr [2]
 
}; 
 

Detailed Description

Struct to hold a 2-element 64-bit float vector.

Definition at line 202 of file openexr_attr.h.

Member Data Documentation

union { ... }
double exr_attr_v2d_t::arr[2]

Definition at line 210 of file openexr_attr.h.

double exr_attr_v2d_t::x

Definition at line 208 of file openexr_attr.h.

double exr_attr_v2d_t::y

Definition at line 208 of file openexr_attr.h.


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