Back to FabImage Library website

You are here: Start » Function Reference » Geometry 2D Relations Deprecated » TestPointInSegment_Deprecated

TestPointInSegment_Deprecated


Header:FIL.h
Namespace:fil

Tests whether a point lies in a segment.

Syntax

C++
 
void fil::TestPointInSegment_Deprecated
(
	const fil::Point2D& inPoint,
	const fil::Segment2D& inSegment,
	bool& outIsContained
)

Parameters

Name Type Default Description
inPoint const Point2D&
inSegment const Segment2D&
outIsContained bool&