Back to FabImage Library website
You are here: Start » Function Reference » Geometry 3D » Geometry 3D Features » PointsBoundingBox3D_OrNil

PointsBoundingBox3D_OrNil
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DLite |
Computes the smallest box in 3D containing an array of points in 3D; returns NIL if the array is empty.
Syntax
C++
C#
void fil::PointsBoundingBox3D_OrNil ( const ftl::Array<fil::Point3D>& inPoints, ftl::Conditional<fil::Box3D>& outBoundingBox3D )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inPoints | const Array<Point3D>& | ||
![]() |
outBoundingBox3D | Conditional<Box3D>& |