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<atl::real&> outSmallerAngle, atl::Optional<atl::real&> outLargerAngle )
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inSegment1 | const Segment2D& | Segment defining the first line | |
![]() |
inSegment2 | const Segment2D& | Segment defining the second line | |
![]() |
outSmallerAngle | Optional<real&> | The smaller angle <0, 90> | |
![]() |
outLargerAngle | Optional<real&> | The larger angle <90, 180> |


