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

Data Fields

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

Field Documentation

◆ @13

union { ... }

◆ m

__m128 vec3::m

◆ ptr

float vec3::ptr[4]

◆ w

float vec3::w

◆ x

float vec3::x

◆ y

float vec3::y

◆ z

float vec3::z

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