You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Interpolations » FIL.AveragePoint

FIL.AveragePoint

Computes the middle point of two input points.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inPoint1FilNet.Point2D
inPoint2FilNet.Point2D
outPointFilNet.Point2D

Examples

AveragePoint performed on two points.

See also