You are here: Start » AVL.NET » AVL.PathEndpoints(AvlNet.Path, AvlNet.Point2D, AvlNet.Point2D)

AVL.PathEndpoints(AvlNet.Path, AvlNet.Point2D, AvlNet.Point2D)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void PathEndpoints(
	AvlNet.Path inPath,
	out AvlNet.Point2D outFirstPoint,
	out AvlNet.Point2D outLastPoint
)

Parameters

inPath
Type: AvlNet.Path
outFirstPoint
Type: AvlNet.Point2D
outLastPoint
Type: AvlNet.Point2D

Errors

Error type Description
DomainError Empty path on input in PathEndpoints.

See also