11.12.2011, 16:01
How to convert this to C#?
I tried that in C# but it's not working.
pawn Код:
return ( ( ((px-X)*(px-X))+((py-Y)*(py-Y))+((pz-Z)*(pz-Z)) ) >= radius*radius );