Back to FabImage Library website

You are here: Start » Function Reference » Conversions » Gap1DToSegment2D

Gap1DToSegment2D


Header: FIL.h
Namespace: fil
Module: FoundationLite

Converts a gap to a segment.

Syntax

C++
C#
 
void fil::Gap1DToSegment2D
(
	const fil::Gap1D& inGap,
	fil::Segment2D& outSegment
)

Parameters

Name Type Default Description
Input value inGap const Gap1D&
Output value outSegment Segment2D&