Back to Adaptive Vision Library Lite website

You are here: Start » Image » Image Relations » TestLocationInBox

TestLocationInBox


Header: AVL.h
Namespace: avl

Tests whether a location is contained in the dimensions of a box.

Syntax

void avl::TestLocationInBox
(
	const avl::Location& inLocation,
	const avl::Box& inBox,
	bool& outIsContained
)

Parameters

Name Type Default Description
inLocation const Location&
inBox const Box&
outIsContained bool&