You are here: Start » AVL.NET » Function Reference » Geometry 2D » Geometry 2D Features » AVL.ArcMidpoint

AVL.ArcMidpoint

Computes the midpoint of an arc.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ArcMidpoint
(
	AvlNet.Arc2D inArc,
	out AvlNet.Point2D outMidpoint
)

Parameters

Name Type Range Default Description
inArcAvlNet.Arc2D
outMidpointAvlNet.Point2D

Examples

The resulting outMidpoint drawn with the input arc.

See also