HDK
|
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] | |
}; | |
Struct to hold a 3-element 64-bit float vector.
Definition at line 241 of file openexr_attr.h.
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.