Open Broadcaster Software
Free, open source software for live streaming and recording
quat Struct Reference

Data Fields

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

Field Documentation

§ @5

union { ... }

§ m

__m128 quat::m

§ ptr

float quat::ptr[4]

§ w

float quat::w

§ x

float quat::x

§ y

float quat::y

§ z

float quat::z

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