Back to FabImage Library Lite website


You are here: Start » Geometry 2D Relations » TestPointInBox

TestPointInBox
Tests whether a point lies in a box.
Syntax
void fil::TestPointInBox ( const fil::Point2D& inPoint, const fil::Box& inBox, bool& outIsContained )
Parameters
Examples

TestPointInBox performed on the sample box and point. outIsContained = True.

TestPointInBox performed on the sample box and point. outIsContained = False.