Advertisement
mrpowhs

Untitled

Feb 9th, 2014
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.10 KB | None | 0 0
  1. // Vektor hossza
  2.     inline T length() const
  3.     {return std::sqrt(v[0]*v[0] + v[1]*v[1] + v[2]*v[2]);}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement