Back to Aurora Vision Library Lite website

You are here: Start » Basic » Box » BoxCenter

BoxCenter


Header: AVL.h
Namespace: avl

Returns center of a box.

Syntax

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

Parameters

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