Back to Adaptive Vision Library website

You are here: Start » Function Reference » Geometry 2D Angle Metrics » AngleBetweenSegmentLines_Deprecated

AngleBetweenSegmentLines_Deprecated


Measures the angle between two lines containing the input segments.

Syntax

C++
C#
 
void avl::AngleBetweenSegmentLines_Deprecated
(
	const avl::Segment2D& inSegment1,
	const avl::Segment2D& inSegment2,
	atl::Optional<float&> outSmallerAngle,
	atl::Optional<float&> outLargerAngle
)

Parameters

Name Type Default Description
inSegment1 const Segment2D& Segment defining the first line
inSegment2 const Segment2D& Segment defining the second line
outSmallerAngle Optional<float&> The smaller angle <0, 90>
outLargerAngle Optional<float&> The larger angle <90, 180>