¶template <int EffectiveDims, int StorageDims>
box<StorageDims> box_intersection(
const box<StorageDims>& box1,
const box<StorageDims>& box2)
template <int EffectiveDims, int StorageDims>
box<StorageDims> box_intersection(
const box<StorageDims>& box1,
const box<StorageDims>& box2)
Template Parameters
- int EffectiveDims
- int StorageDims
Parameters
- const box<StorageDims>& box1
- const box<StorageDims>& box2