public static float Distance(NFVector3 va, NFVector3 vb) { NFVector3 vector = NFVector3.sub(va, vb); return(vector.Length()); }