You are here: Start » AVL.NET » Invoke.PointsBoundingBox_OrNil

Invoke.PointsBoundingBox_OrNil

Computes the smallest box containing an array of points; returns NIL if the array is empty.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void PointsBoundingBox_OrNil
(
	List<Avl.Point2D> inPoints,
	Conditional<Avl.Box> outBoundingBox
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.List<Avl.Point2D>
outBoundingBoxAtl.Conditional<Avl.Box>

See also