Advertisement
mrpowhs

Untitled

Feb 9th, 2014
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.14 KB | None | 0 0
  1. // Ekvivalencia
  2.     inline bool operator== (const Vec3& other) const
  3.     {return v[0]==other.v[0] && v[1]==other.v[1] && v[2]==other.v[2];}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement