You are here: Start » Filter Groups » PointsBoundingRectangle

PointsBoundingRectangle

Description

Computes a rectangle containing an array of points.

Filters in this group

Icon Name Filter Name Description
FixedAngle Unsafe PointsBoundingRectangle_FixedAngle Computes the smallest rectangle with the given orientation angle containing an array of points.
FixedAngle OrNil PointsBoundingRectangle_FixedAngle_OrNil Computes the smallest rectangle with the given orientation angle containing an array of points; returns NIL when the array is empty.
Standard Unsafe PointsBoundingRectangle Computes the smallest rectangle containing an array of points.
Standard OrNil PointsBoundingRectangle_OrNil Computes the smallest rectangle containing an array of points; returns NIL when the array is empty.