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

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

#include <openexr_attr.h>

Public Attributes

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

Detailed Description

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

Definition at line 189 of file openexr_attr.h.

Member Data Documentation

union { ... }
float exr_attr_v2f_t::arr[2]

Definition at line 197 of file openexr_attr.h.

float exr_attr_v2f_t::x

Definition at line 195 of file openexr_attr.h.

float exr_attr_v2f_t::y

Definition at line 195 of file openexr_attr.h.


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