Back to FabImage Library Lite website
You are here: Start » Geometry 2D » Geometry 2D Features » SegmentLength

SegmentLength
Header: | FIL.h |
---|---|
Namespace: | fil |
Computes the length of a segment.
Syntax
void fil::SegmentLength ( const fil::Segment2D& inSegment, float& outLength )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
inSegment | const Segment2D& | ||
![]() |
outLength | float& |
Examples
![]() |
SegmentLength performed on a segment with parameters: X1 = 50, Y1 = 50, X2 = 300, Y2 = 300.
outLength returns 353,553.