You are here: Start » AVL.NET » Function Reference » Geometry 2D » Geometry 2D Features » AVL.EllipseBoundingBox

AVL.EllipseBoundingBox

Computes the smallest box containing an ellipse.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void EllipseBoundingBox
(
	AvlNet.Ellipse2D inEllipse,
	out AvlNet.Box outBoundingBox
)

Parameters

Name Type Range Default Description
inEllipseAvlNet.Ellipse2D
outBoundingBoxAvlNet.Box

See also