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

AVS.EllipseBoundingBox Method

Computes the smallest box containing an ellipse.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inEllipseAvlNet.Ellipse2D
outBoundingBoxAvlNet.Box

See also