Back to Aurora Vision Library Lite website

You are here: Start » Geometry 2D » Geometry 2D Features » RectangleCenter

RectangleCenter


Header: AVL.h
Namespace: avl

Computes the center point of a rectangle.

Syntax

void avl::RectangleCenter
(
	const avl::Rectangle2D& inRectangle,
	avl::Point2D& outCenterPoint
)

Parameters

Name Type Default Description
Input value inRectangle const Rectangle2D&
Output value outCenterPoint Point2D&

Examples

RectangleCenter performed on a rectangle with parameters: X = 25, Y = 175, Angle = 325, Width = 250, Height = 125.
The center point is returned in outCenterPoint.