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

PointsBoundingBox3D
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | Vision3DLite |
Computes the smallest box in 3D containing an array of points in 3D.
Syntax
C++
C#
void fil::PointsBoundingBox3D ( const ftl::Array<fil::Point3D>& inPoints, fil::Box3D& outBoundingBox3D )
Parameters
Errors
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Empty array on input in PointsBoundingBox3D. |