template <class T> struct tvec2{
union{ struct { T r, g; }; struct { T x, y; }; };

 class 자료형의 구조체 tvec2

 어떻게 이해를 해야 하냐 ㅠ

 너무 오랫만에 공부하려니 똥이 마렵네