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

AVS.PathBoundingCircle Method

Computes the smallest circle enclosing a path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

See also