You are here: Start » AVL.NET » Invoke.PointsBoundingBox
Computes the smallest box containing an array of points.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void PointsBoundingBox ( List<Avl.Point2D> inPoints, out Avl.Box outBoundingBox )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPoints | System.Collections.Generic.List<Avl.Point2D> | |||
![]()  | outBoundingBox | Avl.Box | 


