You are here: Start » AVL.NET » AVL.PointsBoundingBox3D_OrNil Method

AVL.PointsBoundingBox3D_OrNil Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void PointsBoundingBox3D_OrNil(
	AvlNet.Point3D[] inPoints,
	out AvlNet.Box3D? outBoundingBox3D
)

Parameters

Name Type Range Default Description
inPointsAvlNet.Point3D
outBoundingBox3DAvlNet.Box3D?

See also