OBJParser
OBJ File Parser Powered by Boost Spirit
 All Classes Functions Variables Enumerations Enumerator Pages
Public Member Functions | Public Attributes | List of all members
OBJVector2 Struct Reference

Simple two-component vector struct. More...

#include <OBJStructs.hpp>

Public Member Functions

OBJVector2 const & operator= (OBJVector2 const &rhs)
 

Public Attributes

union {
   float   x
 
   float   r
 
   float   u
 
   float   s
 
}; 
 
union {
   float   y
 
   float   g
 
   float   v
 
   float   t
 
}; 
 

Detailed Description

Simple two-component vector struct.


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