Back to FabImage Library Lite website

You are here: Start » Geometry 2D » Geometry 2D Features » CircleBoundingBox

CircleBoundingBox


Header: FIL.h
Namespace: fil

Computes the smallest box containing a circle.

Syntax

void fil::CircleBoundingBox
(
	const fil::Circle2D& inCircle,
	fil::Box& outBoundingBox
)

Parameters

Name Type Default Description
inCircle const Circle2D&
outBoundingBox Box&

Examples

CircleBoundingBox performed on a sample circle.