Back to Adaptive Vision Library website

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

BoxCorners_Deprecated


Header:AVL.h
Namespace:avl

Returns corners of a box.

Syntax

C++
 
void avl::BoxCorners_Deprecated
(
	const avl::Box& inBox,
	avl::Point2D& outTopLeftCorner,
	avl::Point2D& outTopRightCorner,
	avl::Point2D& outBottomRightCorner,
	avl::Point2D& outBottomLeftCorner
)

Parameters

Name Type Default Description
inBox const Box&
outTopLeftCorner Point2D&
outTopRightCorner Point2D&
outBottomRightCorner Point2D&
outBottomLeftCorner Point2D&