You are here: Start » AVL.NET » Invoke.SegmentCenter

Invoke.SegmentCenter

Computes the center point of a segment.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void SegmentCenter
(
	Avl.Segment2D inSegment,
	out Avl.Point2D outCenterPoint
)

Parameters

Name Type Range Default Description
inSegmentAvl.Segment2D
outCenterPointAvl.Point2D

See also