Back to FabImage Library website

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

Stripe1DToSegment2D


Header: FIL.h
Namespace: fil
Module: FoundationLite

Converts a stripe to a segment.

Syntax

C++
C#
 
void fil::Stripe1DToSegment2D
(
	const fil::Stripe1D& inStripe,
	fil::Segment2D& outSegment
)

Parameters

Name Type Default Description
Input value inStripe const Stripe1D&
Output value outSegment Segment2D&