Back to Aurora Vision Library Lite website

You are here: Start » Conversions » LocationToPoint2D

LocationToPoint2D


Header: AVL.h
Namespace: avl

Converts a location to its center point.

Syntax

void avl::LocationToPoint2D
(
	const avl::Location& inLocation,
	avl::Point2D& outPoint
)

Parameters

Name Type Default Description
Input value inLocation const Location&
Output value outPoint Point2D&