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

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

#include <openexr_attr.h>

Public Attributes

union {
   struct {
      float   x
 
      float   y
 
      float   z
 
   } 
 
   float   arr [3]
 
}; 
 

Detailed Description

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

Definition at line 228 of file openexr_attr.h.

Member Data Documentation

union { ... }
float exr_attr_v3f_t::arr[3]

Definition at line 236 of file openexr_attr.h.

float exr_attr_v3f_t::x

Definition at line 234 of file openexr_attr.h.

float exr_attr_v3f_t::y

Definition at line 234 of file openexr_attr.h.

float exr_attr_v3f_t::z

Definition at line 234 of file openexr_attr.h.


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