Guest User

Untitled

a guest
Mar 17th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. Tribunal, 18.06.2008 19:19:14:
  2. template < class Coord > class VertexTM
  3. { public:
  4. union
  5. { struct { Coord X, Y
  6. #ifndef PASS_FOR_2D
  7. , Z; };
  8. struct { Coord R, G, B
  9. #endif
  10. ;
  11. };
  12. };
  13. ....
  14. }
Add Comment
Please, Sign In to add comment