You are here: Start » AVL.NET » AVL.ArcMidpoint Method

AVL.ArcMidpoint Method

Computes the midpoint of an arc.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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