Back to Adaptive Vision Library website

You are here: Start » Function Reference » Box » BoxCenter

BoxCenter


Header:AVL.h
Namespace:avl

Returns center of a box.

Syntax

C++
C#
 
void avl::BoxCenter
(
	const avl::Box& inBox,
	avl::Point2D& outCenter
)

Parameters

Name Type Default Description
inBox const Box&
outCenter Point2D&