Esempio n. 1
0
 public static float Length(CCPoint v)
 {
     return((float)Math.Sqrt(v.LengthSQ()));
 }
 public static float Length(CCPoint v)
 {
     return (float)Math.Sqrt(v.LengthSQ());
 }