You are here: Start » AVL.NET » AVS.AveragePoint Method

AVS.AveragePoint Method

Computes the middle point of two input points.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AveragePoint
(
	AvlNet.Point2D inPoint1,
	AvlNet.Point2D inPoint2,
	out AvlNet.Point2D outPoint
)

Parameters

Name Type Range Default Description
inPoint1AvlNet.Point2D
inPoint2AvlNet.Point2D
outPointAvlNet.Point2D

See also