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

Invoke.ArcMidpoint

Computes the midpoint of an arc.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inArcAvl.Arc2D
outMidpointAvl.Point2D

See also