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

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

#include <openexr_attr.h>

Public Attributes

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

Detailed Description

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

Definition at line 241 of file openexr_attr.h.

Member Data Documentation

union { ... }
double exr_attr_v3d_t::arr[3]

Definition at line 249 of file openexr_attr.h.

double exr_attr_v3d_t::x

Definition at line 247 of file openexr_attr.h.

double exr_attr_v3d_t::y

Definition at line 247 of file openexr_attr.h.

double exr_attr_v3d_t::z

Definition at line 247 of file openexr_attr.h.


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