Back to FabImage Library website

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

AngleBetweenSegments3D


Header: FIL.h
Namespace: fil
Module: Vision3DLite

Measures the angle between two segments in 3D.

Syntax

C++
C#
 
void fil::AngleBetweenSegments3D
(
	const fil::Segment3D& inSegment1,
	const fil::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>