plugify 1.0.0.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
plg::vec4 Struct Reference

Public Attributes

union { 
 
   struct { 
 
      float   x 
 
      float   y 
 
      float   z 
 
      float   w 
 
   }  
 
   float   data [4] 
 
};  
 

Detailed Description

Definition at line 40 of file numerics.hpp.

Member Data Documentation

◆ data

float plg::vec4::data[4]

Definition at line 48 of file numerics.hpp.

◆ w

float plg::vec4::w

Definition at line 46 of file numerics.hpp.

◆ x

float plg::vec4::x

Definition at line 43 of file numerics.hpp.

◆ y

float plg::vec4::y

Definition at line 44 of file numerics.hpp.

◆ z

float plg::vec4::z

Definition at line 45 of file numerics.hpp.


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