public double Distance2(Vector3 point) { return(_localPolyhedron.Distance2(LocalToGlobal.ApplyInv(point))); }