public bool Contains(Vector3 point)
 {
     return(_localPolyhedron.Contains(LocalToGlobal.ApplyInv(point)));
 }