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

AVS.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

See also