You are here: Start » AVL.NET » AVL.PointsBoundingBox(AvlNet.Point2D[], AvlNet.Box)

AVL.PointsBoundingBox(AvlNet.Point2D[], AvlNet.Box)

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void PointsBoundingBox(
	AvlNet.Point2D[] inPoints,
	out AvlNet.Box outBoundingBox
)

Parameters

inPoints
Type: AvlNet.Point2D
outBoundingBox
Type: AvlNet.Box

Examples

The resulting outBoundingBox drawn with the input points.

Errors

Error type Description
DomainError Empty array on input in PointsBoundingBox.

See also