示例#1
0
 public static float Len(this Vector2f obj)
 {
     return((float)Math.Sqrt(obj.Len2()));
 }