|
OBJParser
OBJ File Parser Powered by Boost Spirit
|
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 | |
| }; | |
Simple two-component vector struct.
1.8.8