Skip to content
  • Matt Pharr's avatar
    Fix buggy Bounds Intersect() functions. · 3d6f3ddf
    Matt Pharr authored
    For non-overlapping bounds, we'd like to return an invalid bounds (min >=
    max), but the old implementation didn't do that, since it ran the extent
    through the Bounds constructor, which in turn takes the element-wise min
    and max of the Points passed to it.
    3d6f3ddf