public static float Length(this IVector3 vector) { return((float)Math.Sqrt(vector.LengthSquared())); }