Back to Aurora Vision Library website

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

AngleBetweenSegments3D


Header: AVL.h
Namespace: avl
Module: Vision3DLite

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
Input value inSegment1 const Segment3D& First segment
Input value inSegment2 const Segment3D& Second segment
Output value outAngle float& Angle value used for measurements <0; 180>