You are here: Start » AVL.NET » AVL.AveragePoint(AvlNet.Point2D, AvlNet.Point2D, AvlNet.Point2D)

AVL.AveragePoint(AvlNet.Point2D, AvlNet.Point2D, AvlNet.Point2D)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


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

Parameters

inPoint1
Type: AvlNet.Point2D
inPoint2
Type: AvlNet.Point2D
outPoint
Type: AvlNet.Point2D

Examples

AveragePoint performed on two points.

See also