Back to Adaptive Vision Library website

You are here: Start » Function Reference » Geometry 3D Angle Metrics » AngleBetweenSegments3D

AngleBetweenSegments3D


Header:AVL.h
Namespace:avl

Measures the angle between two segments in 3D.

Syntax

C++
C#
 
void avl::AngleBetweenSegments3D
(
	const avl::Segment3D& inSegment1,
	const avl::Segment3D& inSegment2,
	float& outAngle
)

Parameters

Name Type Default Description
inSegment1 const Segment3D& First segment
inSegment2 const Segment3D& Second segment
outAngle float& Angle value used for measurements <0; 180>