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