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

AVS.PathBoundingCircle_OrNil Method

Computes the smallest circle enclosing a path; returns NIL if the path is empty.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void PathBoundingCircle_OrNil
(
	AvlNet.Path inPath,
	out AvlNet.Circle2D? outBoundingCircle
)

Parameters

Name Type Range Default Description
inPathAvlNet.PathInput path.
outBoundingCircleAvlNet.Circle2D?

See also