![]() |
Open Broadcaster Software
Free, open source software for live streaming and recording
|
Data Fields | |
union { | |
struct { | |
float x | |
float y | |
float z | |
float w | |
} | |
float ptr [4] | |
__m128 m | |
}; | |
union { ... } |
__m128 quat::m |
float quat::ptr[4] |
float quat::w |
float quat::x |
float quat::y |
float quat::z |