Example #1
0
 internal static double GetDistance(this CVector3Dbl v1, CVector3Dbl v2)
 => v1.Max(v2).Subtract(v1.Min(v2)).GetLength();