srp
software rendering pipeline
Loading...
Searching...
No Matches
vec3 Union Reference

#include <vec.h>

Collaboration diagram for vec3:

Public Attributes

struct { 
 
   float   x 
 
   float   y 
 
   float   z 
 
};  
 
struct { 
 
   vec2   xy 
 
   float   _z 
 
};  
 
struct { 
 
   float   _x 
 
   vec2   yz 
 
};  
 
float v [3]
 

Detailed Description

Represents a 3-element vector of floats


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