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

AVS.PointsBoundingBox Method

Computes the smallest box containing an array of points.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void PointsBoundingBox
(
	IList<AvlNet.Point2D> inPoints,
	out AvlNet.Box outBoundingBox
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<AvlNet.Point2D>
outBoundingBoxAvlNet.Box

See also