You are here: Start » AVL.NET » Function Reference » Path » Path Features » AVL.PathBoundingCircle_OrNil

AVL.PathBoundingCircle_OrNil

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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