Back to FabImage Library website

You are here: Start » Function Reference » Shape Features » ShapeInscribedCircle

ShapeInscribedCircle


Header:FIL.h
Namespace:fil

Computes the circle with the maximal possible area contained in the input shape.

Syntax

C++
C#
 
void fil::ShapeInscribedCircle
(
	const fil::Path& inShape,
	fil::Circle2D& outInscribedCircle
)

Parameters

Name Type Default Description
inShape const Path&
outInscribedCircle Circle2D&

Errors

List of possible exceptions:

Error type Description
DomainError Open path on input in ShapeInscribedCircle.