Back to Adaptive Vision Library website
You are here: Start » Function Reference » Box » BoxIntersection
BoxIntersection
Computes the common part of two boxes.
| Header: | AVL.h |
|---|
Syntax
C++
C#
void avl::BoxIntersection ( const avl::Box& inBox1, const avl::Box& inBox2, avl::Box& outBox )


