Advertisement
Ultimga

Untitled

Dec 10th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.10 KB | None | 0 0
  1.         public float getDistance(int _x, int _y, int _z)
  2.         {
  3.             return _x * _x + _y * _y + _z * _z;
  4.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement