You are here: Start » AVL.NET » 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 | |
|---|---|---|---|---|---|
![]() | inPoint1 | Avl.Point2D | |||
![]() | inPoint2 | Avl.Point2D | |||
![]() | outPoint | Avl.Point2D |


