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

Public Attributes

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

Detailed Description

Definition at line 29 of file numerics.hpp.

Member Data Documentation

◆ data

float plg::vec3::data[3]

Definition at line 36 of file numerics.hpp.

◆ x

float plg::vec3::x

Definition at line 32 of file numerics.hpp.

◆ y

float plg::vec3::y

Definition at line 33 of file numerics.hpp.

◆ z

float plg::vec3::z

Definition at line 34 of file numerics.hpp.


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