Back to Adaptive Vision Library website

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

TestPointInSegment_Deprecated


Tests whether a point lies in a segment.

Syntax

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

Parameters

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