Open Broadcaster Software
Free, open source software for live streaming and recording
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
vec3 Struct Reference

Data Fields

union {
   struct {
      float   x
 
      float   y
 
      float   z
 
      float   w
 
   } 
 
   float   ptr [4]
 
   __m128   m
 
}; 
 

Field Documentation

union { ... }
__m128 vec3::m
float vec3::ptr[4]
float vec3::w
float vec3::x
float vec3::y
float vec3::z

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