You are here: Start » AVL.NET » Function Reference » Conversions » AVL.LocationToPoint2D

AVL.LocationToPoint2D

Converts a location to its center point.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void LocationToPoint2D
(
	AvlNet.Location inLocation,
	out AvlNet.Point2D outPoint
)

Parameters

Name Type Range Default Description
inLocationAvlNet.Location
outPointAvlNet.Point2D

See also