Back to Aurora Vision Library website

You are here: Start » Function Reference » Geometry 3D » Geometry 3D Features » Segment3DLine

Segment3DLine


Header: AVL.h
Namespace: avl
Module: Vision3DLite

Computes the line in 3D passing through a segment.

Syntax

C++
C#
 
void avl::Segment3DLine
(
	const avl::Segment3D& inSegment3D,
	avl::Line3D& outLine3D
)

Parameters

Name Type Default Description
Input value inSegment3D const Segment3D& Input segment in 3D
Output value outLine3D Line3D& The resulting line