You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Interpolations » 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 | |
---|---|---|---|---|---|
![]() | inPoint1 | FilNet.Point2D | |||
![]() | inPoint2 | FilNet.Point2D | |||
![]() | outPoint | FilNet.Point2D |
Examples
![]() |
![]() |
AveragePoint performed on two points.