You are here: Start » AVL.NET » Function Reference » Geometry 2D » Geometry 2D Features » AVL.PointsBoundingBox_OrNil
Computes the smallest box containing an array of points; returns NIL if the array is empty.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
C++
C#
public static void PointsBoundingBox_OrNil ( IList<AvlNet.Point2D> inPoints, out AvlNet.Box? outBoundingBox )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.IList<AvlNet.Point2D> | |||
![]() | outBoundingBox | AvlNet.Box? |


