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

Public Attributes

union { 
 
   struct { 
 
      float   x 
 
      float   y 
 
   }  
 
   float   data [2] 
 
};  
 

Detailed Description

Definition at line 19 of file numerics.hpp.

Member Data Documentation

◆ data

float plg::vec2::data[2]

Definition at line 25 of file numerics.hpp.

◆ x

float plg::vec2::x

Definition at line 22 of file numerics.hpp.

◆ y

float plg::vec2::y

Definition at line 23 of file numerics.hpp.


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