Back to FabImage Library website

You are here: Start » Function Reference » Conversions » LocationToPoint2D

LocationToPoint2D


Header: FIL.h
Namespace: fil
Module: FoundationLite

Converts a location to its center point.

Syntax

C++
C#
 
void fil::LocationToPoint2D
(
	const fil::Location& inLocation,
	fil::Point2D& outPoint
)

Parameters

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