Back to FabImage Library Lite website
You are here: Start » Geometry 2D » Geometry 2D Features » PointsBoundingBox_OrNil

PointsBoundingBox_OrNil
Header: | FIL.h |
---|---|
Namespace: | fil |
Computes the smallest box containing an array of points; returns NIL if the array is empty.
Syntax
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>& |