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

Invoke.PathBoundingCircle

Computes the smallest circle enclosing a path.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void PathBoundingCircle
(
	Avl.Path inPath,
	out Avl.Circle2D outBoundingCircle
)

Parameters

Name Type Range Default Description
inPathAvl.PathInput path.
outBoundingCircleAvl.Circle2D

See also