예제 #1
0
 public static float ccpLength(CCPoint v)
 {
     return((float)Math.Sqrt((double)CCPointExtension.ccpLengthSQ(v)));
 }