Back to Aurora Vision Library website

You are here: Start » Function Reference » Geometry 2D » Geometry 2D Features » SegmentLength

SegmentLength


Header: AVL.h
Namespace: avl
Module: FoundationLite

Computes the length of a segment.

Syntax

C++
C#
 
void avl::SegmentLength
(
	const avl::Segment2D& inSegment,
	float& outLength
)

Parameters

Name Type Default Description
Input value inSegment const Segment2D&
Output value outLength float&

Examples

SegmentLength performed on a segment with parameters: X1 = 50, Y1 = 50, X2 = 300, Y2 = 300.
outLength returns 353,553.