Back to FabImage Library website
You are here: Start » Function Reference » Geometry 2D » Geometry 2D Features » PointsBoundingBox_OrNil
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Computes the smallest box containing an array of points; returns NIL if the array is empty.
Syntax
C++
C#
void fil::PointsBoundingBox_OrNil ( const ftl::Array<fil::Point2D>& inPoints, ftl::Conditional<fil::Box>& outBoundingBox )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inPoints | const Array<Point2D>& | ||
![]() |
outBoundingBox | Conditional<Box>& |