Back to Aurora Vision Library website
You are here: Start » Function Reference » Image » Image Relations » TestLocationInBox
| Header: | AVL.h |
|---|---|
| Namespace: | avl |
| Module: | FoundationLite |
Tests whether a location is contained in the dimensions of a box.
Syntax
C++
C#
void avl::TestLocationInBox ( const avl::Location& inLocation, const avl::Box& inBox, bool& outIsContained )


