Back to Aurora Vision Library Lite website

You are here: Start » Basic » Box » BoxCharacteristicPoint

BoxCharacteristicPoint


Header: AVL.h
Namespace: avl

Returns a characteristic point (e.g. the top-left) of a box.

Syntax

void avl::BoxCharacteristicPoint
(
	const avl::Box& inBox,
	const avl::Anchor2D::Type inPointAnchor,
	avl::Point2D& outPoint
)

Parameters

Name Type Default Description
Input value inBox const Box&
Input value inPointAnchor const Anchor2D::Type TopLeft Selecting one of the 9 characteristic points
Output value outPoint Point2D&