Back to Aurora Vision Library website

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

Gap1DToSegment2D


Header: AVL.h
Namespace: avl
Module: FoundationLite

Converts a gap to a segment.

Syntax

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

Parameters

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