Back to FabImage Library website


You are here: Start » Function Reference » Geometry 2D » Geometry 2D Relations » TestPointInCircle
Header: | FIL.h |
---|---|
Namespace: | fil |
Module: | FoundationLite |
Tests whether a point lies inside a circle.
Syntax
C++
C#
void fil::TestPointInCircle ( const fil::Point2D& inPoint, const fil::Circle2D& inCircle, bool& outIsContained )
Parameters
Examples

TestPointInCircle performed on the sample circle and point. outIsContained = True.

TestPointInCircle performed on the sample circle and point. outIsContained = False.