示例#1
0
 public static float Length(this IVector3 vector)
 {
     return((float)Math.Sqrt(vector.LengthSquared()));
 }