Back to Aurora Vision Library website

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

BoxCenter


Header: AVL.h
Namespace: avl
Module: FoundationLite

Returns center of a box.

Syntax

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

Parameters

Name Type Default Description
Input value inBox const Box&
Output value outCenter Point2D&