Back to Aurora Vision Library Lite website

You are here: Start » Conversions » Gap1DToSegment2D

Gap1DToSegment2D


Header: AVL.h
Namespace: avl

Converts a gap to a segment.

Syntax

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

Parameters

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