Back to Aurora Vision Library Lite website

You are here: Start » Conversions » Stripe1DToSegment2D

Stripe1DToSegment2D


Header: AVL.h
Namespace: avl

Converts a stripe to a segment.

Syntax

void avl::Stripe1DToSegment2D
(
	const avl::Stripe1D& inStripe,
	avl::Segment2D& outSegment
)

Parameters

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