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

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
inPointsSystem.Collections.Generic.List<Avl.Point2D>
outBoundingBoxAvl.Box

See also