You are here: Start » AVL.NET » Invoke.AveragePoint

Invoke.AveragePoint

Computes the middle point of two input points.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void AveragePoint
(
	Avl.Point2D inPoint1,
	Avl.Point2D inPoint2,
	out Avl.Point2D outPoint
)

Parameters

Name Type Range Default Description
inPoint1Avl.Point2D
inPoint2Avl.Point2D
outPointAvl.Point2D

See also