You are here: Start » AVL.NET » AVL.ArcEndpoints(AvlNet.Arc2D, AvlNet.Point2D, AvlNet.Point2D)

AVL.ArcEndpoints(AvlNet.Arc2D, AvlNet.Point2D, AvlNet.Point2D)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void ArcEndpoints(
	AvlNet.Arc2D inArc,
	out AvlNet.Point2D outPoint1,
	out AvlNet.Point2D outPoint2
)

Parameters

inArc
Type: AvlNet.Arc2D
outPoint1
Type: AvlNet.Point2D
outPoint2
Type: AvlNet.Point2D

Examples

The resulting outPoint1(blue) and outPoint2(green) drawn with the input arc.

See also