Example #1
0
 public ContainmentType Intersect(ref BoundingBoxI box, bool lazy = false)
 {
     return(m_provider.Intersect(box, lazy));
 }