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

Invoke.PathBoundingCircle_OrNil

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void PathBoundingCircle_OrNil
(
	Avl.Path inPath,
	Conditional<Avl.Circle2D> outBoundingCircle
)

Parameters

Name Type Range Default Description
inPathAvl.PathInput path.
outBoundingCircleAtl.Conditional<Avl.Circle2D>

See also